|
def | __init__ (self, nodes) |
|
def | rowCount (self, index) |
|
def | index (self, row, column, _parent=None) |
|
def | parent (self, index) |
|
def | columnCount (self, index) |
|
def | data (self, index, role) |
|
def | flags (self, index) |
|
def | setData (self, index, value, role) |
|
def | headerData (self, section, orientation, role) |
|
def | to_json (self) |
| Transform model to json. More...
|
|
◆ __init__()
def parammodel.CustomModel.__init__ |
( |
|
self, |
|
|
|
nodes |
|
) |
| |
◆ columnCount()
def parammodel.CustomModel.columnCount |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ data()
def parammodel.CustomModel.data |
( |
|
self, |
|
|
|
index, |
|
|
|
role |
|
) |
| |
◆ flags()
def parammodel.CustomModel.flags |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ headerData()
def parammodel.CustomModel.headerData |
( |
|
self, |
|
|
|
section, |
|
|
|
orientation, |
|
|
|
role |
|
) |
| |
◆ index()
def parammodel.CustomModel.index |
( |
|
self, |
|
|
|
row, |
|
|
|
column, |
|
|
|
_parent = None |
|
) |
| |
◆ parent()
def parammodel.CustomModel.parent |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ rowCount()
def parammodel.CustomModel.rowCount |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ setData()
def parammodel.CustomModel.setData |
( |
|
self, |
|
|
|
index, |
|
|
|
value, |
|
|
|
role |
|
) |
| |
◆ to_json()
def parammodel.CustomModel.to_json |
( |
|
self | ) |
|
Transform model to json.
- Returns
- JSON formatted represetion of the model
return type of : str
The documentation for this class was generated from the following file: