Package node_manager_fkie :: Module node_tree_model :: Class CellItem
[frames] | no frames]

Class CellItem

source code

python_qt_binding.QtGui.QStandardItem --+
                                        |
                                       CellItem

Item for a cell. References to a node item.

Instance Methods
 
__init__(self, name, item=None, parent=None)
Initialize the CellItem object with given values.
source code
str
name(self)
The name of this group.
source code
Class Variables
  ITEM_TYPE = Qt.UserRole+ 41
Method Details

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

source code 

Initialize the CellItem object with given values.

Parameters:
  • name (str) - the name of the group
  • parent (QtGui.QStandardItem) - the parent item. In most cases this is the HostItem. The variable is used to determine the different columns of the NodeItem.

name(self)

source code 

The name of this group.

Returns: str
Decorators:
  • @property