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

Class MainBox

source code

PySide.QtGui.QWidget --+
                       |
                      MainBox

Groups the parameter without visualization of the group. It is the main widget.

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

filter(self, arg)

source code 

Hide the parameter input field, which label dosn't contains the arg.

Parameters:
  • arg - the filter text
  • art (str)