Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
rqt_reconfigure.param_groups.GroupWidget Class Reference
Inheritance diagram for rqt_reconfigure.param_groups.GroupWidget:
Inheritance graph
[legend]

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
 

Detailed Description

(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.

Constructor & Destructor Documentation

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.

Member Function Documentation

def rqt_reconfigure.param_groups.GroupWidget._create_node_widgets (   self,
  config 
)
private
:type config: Dict?

Definition at line 164 of file param_groups.py.

def rqt_reconfigure.param_groups.GroupWidget._node_disable_bt_clicked (   self)
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.

Member Data Documentation

rqt_reconfigure.param_groups.GroupWidget._param_names
private

Definition at line 150 of file param_groups.py.

rqt_reconfigure.param_groups.GroupWidget._toplevel_treenode_name
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.

rqt_reconfigure.param_groups.GroupWidget.sig_node_disabled_selected = Signal(str)
static

Definition at line 93 of file param_groups.py.

rqt_reconfigure.param_groups.GroupWidget.sig_node_state_change = Signal(bool)
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.


The documentation for this class was generated from the following file:


rqt_reconfigure
Author(s): Isaac Saito, Ze'ev Klapow
autogenerated on Wed Jul 10 2019 04:02:40