◆ __init__()
def parammodel.CustomNode.__init__ |
( |
|
self, |
|
|
|
data, |
|
|
|
parent = None |
|
) |
| |
◆ addChild()
def parammodel.CustomNode.addChild |
( |
|
self, |
|
|
|
child |
|
) |
| |
◆ child()
def parammodel.CustomNode.child |
( |
|
self, |
|
|
|
row |
|
) |
| |
◆ childCount()
def parammodel.CustomNode.childCount |
( |
|
self | ) |
|
◆ columnCount()
def parammodel.CustomNode.columnCount |
( |
|
self | ) |
|
◆ data()
def parammodel.CustomNode.data |
( |
|
self, |
|
|
|
column |
|
) |
| |
◆ drow()
def parammodel.CustomNode.drow |
( |
|
self | ) |
|
Transform structure to dictionary.
- Note
- The first time this logic was implemented with self.columnCount(), but it did not work.
◆ from_dict()
def parammodel.CustomNode.from_dict |
( |
|
d | ) |
|
|
static |
◆ isEditable()
def parammodel.CustomNode.isEditable |
( |
|
self, |
|
|
|
col |
|
) |
| |
◆ last_child()
def parammodel.CustomNode.last_child |
( |
|
self | ) |
|
◆ parent()
def parammodel.CustomNode.parent |
( |
|
self | ) |
|
◆ row()
def parammodel.CustomNode.row |
( |
|
self | ) |
|
◆ setValue()
def parammodel.CustomNode.setValue |
( |
|
self, |
|
|
|
value |
|
) |
| |
The documentation for this class was generated from the following file: