
Public Member Functions | |
| def | __init__ (self, updater, config, nodename) |
| def | close (self) |
| def | collect_paramnames (self, config) |
| def | display (self, grid) |
| def | get_treenode_names (self) |
| def | update_group (self, config) |
Public Attributes | |
| editor_widgets | |
| grid | |
| nodename_qlabel | |
| param_name | |
| state | |
| tab_bar | |
| tab_bar_shown | |
| updater | |
Static Public Attributes | |
| sig_node_disabled_selected = Signal(str) | |
| sig_node_state_change = Signal(bool) | |
Private Member Functions | |
| def | _create_node_widgets (self, config) |
| def | _node_disable_bt_clicked (self) |
Private Attributes | |
| _param_names | |
| _toplevel_treenode_name | |
(Isaac's guess as of 12/13/2012) This class bonds multiple Editor instances that are associated with a single node as a group.
Definition at line 85 of file param_groups.py.
| def rqt_reconfigure.param_groups.GroupWidget.__init__ | ( | self, | |
| updater, | |||
| config, | |||
| nodename | |||
| ) |
:param config: :type config: Dictionary? defined in dynamic_reconfigure.client.Client :type nodename: str
Definition at line 96 of file param_groups.py.
|
private |
:type config: Dict?
Definition at line 164 of file param_groups.py.
|
private |
Definition at line 243 of file param_groups.py.
| def rqt_reconfigure.param_groups.GroupWidget.close | ( | self | ) |
Definition at line 233 of file param_groups.py.
| def rqt_reconfigure.param_groups.GroupWidget.collect_paramnames | ( | self, | |
| config | |||
| ) |
Definition at line 161 of file param_groups.py.
| def rqt_reconfigure.param_groups.GroupWidget.display | ( | self, | |
| grid | |||
| ) |
Definition at line 213 of file param_groups.py.
| def rqt_reconfigure.param_groups.GroupWidget.get_treenode_names | ( | self | ) |
:rtype: str[]
Definition at line 237 of file param_groups.py.
| def rqt_reconfigure.param_groups.GroupWidget.update_group | ( | self, | |
| config | |||
| ) |
Definition at line 216 of file param_groups.py.
|
private |
Definition at line 150 of file param_groups.py.
|
private |
Definition at line 105 of file param_groups.py.
| rqt_reconfigure.param_groups.GroupWidget.editor_widgets |
Definition at line 149 of file param_groups.py.
| rqt_reconfigure.param_groups.GroupWidget.grid |
Definition at line 139 of file param_groups.py.
| rqt_reconfigure.param_groups.GroupWidget.nodename_qlabel |
Definition at line 119 of file param_groups.py.
| rqt_reconfigure.param_groups.GroupWidget.param_name |
Definition at line 104 of file param_groups.py.
|
static |
Definition at line 93 of file param_groups.py.
|
static |
Definition at line 94 of file param_groups.py.
| rqt_reconfigure.param_groups.GroupWidget.state |
Definition at line 103 of file param_groups.py.
| rqt_reconfigure.param_groups.GroupWidget.tab_bar |
Definition at line 144 of file param_groups.py.
| rqt_reconfigure.param_groups.GroupWidget.tab_bar_shown |
Definition at line 145 of file param_groups.py.
| rqt_reconfigure.param_groups.GroupWidget.updater |
Definition at line 147 of file param_groups.py.