Public Member Functions | |
| def | __init__ |
| def | run |
Public Attributes | |
| block | |
Private Member Functions | |
| def | _update_error_messages |
| def | _handle_key_press |
| def | _handle_changed |
Private Attributes | |
| _error_messages_box | |
| _error_messages_text_display | |
A dialog box to set block parameters.
Definition at line 43 of file ParamsDialog.py.
| def grc.gui.ParamsDialog.ParamsDialog.__init__ | ( | self, | ||
| block | ||||
| ) |
SignalBlockParamsDialog contructor.
| block | the signal block |
Definition at line 46 of file ParamsDialog.py.
| def grc.gui.ParamsDialog.ParamsDialog._update_error_messages | ( | self | ) | [private] |
Update the error messages in the error messages box. Hide the box if there are no errors.
Definition at line 85 of file ParamsDialog.py.
| def grc.gui.ParamsDialog.ParamsDialog._handle_key_press | ( | self, | ||
| widget, | ||||
| event | ||||
| ) | [private] |
Handle key presses from the keyboard. Call the ok response when enter is pressed.
Definition at line 95 of file ParamsDialog.py.
| def grc.gui.ParamsDialog.ParamsDialog._handle_changed | ( | self, | ||
| param | ||||
| ) | [private] |
A change occured, update any dependent parameters: The enum inside the variable type may have changed and, the variable param will need an external update.
| param | the graphical parameter that initiated the callback |
Definition at line 105 of file ParamsDialog.py.
| def grc.gui.ParamsDialog.ParamsDialog.run | ( | self | ) |
Definition at line 52 of file ParamsDialog.py.
Definition at line 64 of file ParamsDialog.py.
Definition at line 65 of file ParamsDialog.py.
1.5.4