Package node_manager_fkie :: Module parameter_dialog :: Class GroupBox
[frames] | no frames]

Class GroupBox

source code

  PySide.QtGui.QGroupBox --+
                           |
PySide.QtGui.QWidget --+   |
                       |   |
                 MainBox --+
                           |
                          GroupBox

Groups the parameter of a dictionary, struct or class using the group box for visualization.

Instance Methods
 
__init__(self, name, type, parent=None) source code
 
createFieldFromValue(self, value) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
 
createLayout(self) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
 
filter(self, arg)
Hide the parameter input field, which label dosn't contains the arg. (Inherited from node_manager_fkie.parameter_dialog.MainBox)
source code
 
getField(self, name) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
 
setVisible(self, arg) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
 
value(self) (Inherited from node_manager_fkie.parameter_dialog.MainBox) source code
Method Details

__init__(self, name, type, parent=None)
(Constructor)

source code 
Overrides: MainBox.__init__