Public Member Functions | |
def | __init__ (self, updater, config, nodename) |
def | display (self, grid) |
![]() | |
def | close (self) |
def | collect_paramnames (self, config) |
def | get_treenode_names (self) |
def | update_group (self, config) |
Public Attributes | |
box | |
![]() | |
editor_widgets | |
grid | |
nodename_qlabel | |
param_name | |
state | |
tab_bar | |
tab_bar_shown | |
updater | |
Additional Inherited Members | |
![]() | |
sig_node_disabled_selected | |
sig_node_state_change | |
Definition at line 252 of file param_groups.py.
def rqt_reconfigure.param_groups.BoxGroup.__init__ | ( | self, | |
updater, | |||
config, | |||
nodename | |||
) |
:param config: :type config: Dictionary? defined in dynamic_reconfigure.client.Client :type nodename: str
Reimplemented from rqt_reconfigure.param_groups.GroupWidget.
Reimplemented in rqt_reconfigure.param_groups.ApplyGroup, rqt_reconfigure.param_groups.HideGroup, and rqt_reconfigure.param_groups.CollapseGroup.
Definition at line 254 of file param_groups.py.
def rqt_reconfigure.param_groups.BoxGroup.display | ( | self, | |
grid | |||
) |
Reimplemented from rqt_reconfigure.param_groups.GroupWidget.
Definition at line 260 of file param_groups.py.
rqt_reconfigure.param_groups.BoxGroup.box |
Definition at line 257 of file param_groups.py.