Definition at line 426 of file param_editors.py.
◆ __init__()
def rqt_reconfigure.param_editors.EnumEditor.__init__ |
( |
|
self, |
|
|
|
updater, |
|
|
|
config |
|
) |
| |
◆ _handle_invalid_value()
def rqt_reconfigure.param_editors.EnumEditor._handle_invalid_value |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ _update_gui()
def rqt_reconfigure.param_editors.EnumEditor._update_gui |
( |
|
self, |
|
|
|
idx |
|
) |
| |
|
private |
◆ eventFilter()
def rqt_reconfigure.param_editors.EnumEditor.eventFilter |
( |
|
self, |
|
|
|
obj, |
|
|
|
event |
|
) |
| |
◆ selected()
def rqt_reconfigure.param_editors.EnumEditor.selected |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ update_value()
def rqt_reconfigure.param_editors.EnumEditor.update_value |
( |
|
self, |
|
|
|
value |
|
) |
| |
To be implemented in subclass, but still used.
Update the value that's displayed on the arbitrary GUI component
based on user's input.
This method is not called from the GUI thread, so any changes to
QObjects will need to be done through a signal.
Reimplemented from rqt_reconfigure.param_editors.EditorWidget.
Definition at line 486 of file param_editors.py.
◆ _invalid_value_signal
rqt_reconfigure.param_editors.EnumEditor._invalid_value_signal |
|
staticprivate |
◆ _update_signal
rqt_reconfigure.param_editors.EnumEditor._update_signal |
|
staticprivate |
◆ descriptions
rqt_reconfigure.param_editors.EnumEditor.descriptions |
◆ names
rqt_reconfigure.param_editors.EnumEditor.names |
◆ values
rqt_reconfigure.param_editors.EnumEditor.values |
The documentation for this class was generated from the following file: