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

Class ArrayBox

source code

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

Groups the parameter of a list.

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__