Definition at line 172 of file param_editors.py.
◆ __init__()
def rqt_reconfigure.param_editors.StringEditor.__init__ |
( |
|
self, |
|
|
|
updater, |
|
|
|
config |
|
) |
| |
◆ _set_to_empty()
def rqt_reconfigure.param_editors.StringEditor._set_to_empty |
( |
|
self | ) |
|
|
private |
◆ edit_finished()
def rqt_reconfigure.param_editors.StringEditor.edit_finished |
( |
|
self | ) |
|
◆ update_value()
def rqt_reconfigure.param_editors.StringEditor.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 192 of file param_editors.py.
◆ _update_signal
rqt_reconfigure.param_editors.StringEditor._update_signal |
|
staticprivate |
The documentation for this class was generated from the following file: