
Public Member Functions | |
| def | __init__ |
| def | add_widgets |
| def | close |
| def | display |
| def | update_group |
Public Attributes | |
| editor_widgets | |
| grid | |
| name | |
| state | |
| tab_bar | |
| tab_bar_shown | |
| updater | |
(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 73 of file param_groups.py.
| def rqt_param.param_groups.GroupWidget.__init__ | ( | self, | |
| updater, | |||
| config | |||
| ) |
:param config: defined in dynamic_reconfigure.client.Client :type config: Dictionary?
Reimplemented in rqt_param.param_groups.ApplyGroup, rqt_param.param_groups.CollapseGroup, and rqt_param.param_groups.BoxGroup.
Definition at line 80 of file param_groups.py.
| def rqt_param.param_groups.GroupWidget.add_widgets | ( | self, | |
| config | |||
| ) |
:type config: Dict?
Definition at line 105 of file param_groups.py.
| def rqt_param.param_groups.GroupWidget.close | ( | self | ) |
Reimplemented in rqt_param.param_groups.TabGroup.
Definition at line 155 of file param_groups.py.
| def rqt_param.param_groups.GroupWidget.display | ( | self, | |
| grid, | |||
| row | |||
| ) |
Reimplemented in rqt_param.param_groups.TabGroup, and rqt_param.param_groups.BoxGroup.
Definition at line 137 of file param_groups.py.
| def rqt_param.param_groups.GroupWidget.update_group | ( | self, | |
| config | |||
| ) |
Reimplemented in rqt_param.param_groups.HideGroup.
Definition at line 141 of file param_groups.py.
Definition at line 83 of file param_groups.py.
Definition at line 83 of file param_groups.py.
Definition at line 83 of file param_groups.py.
Definition at line 83 of file param_groups.py.
Definition at line 83 of file param_groups.py.
Definition at line 83 of file param_groups.py.
Reimplemented in rqt_param.param_groups.ApplyGroup.
Definition at line 83 of file param_groups.py.