PyMacroPTPlugin.PTNode¶
- class PTNode¶
The
PTNodeclassSynopsis¶
Methods¶
def
__init__()def
getId()def
getNodeType()def
getObjectId()def
setId()def
setNodeType()def
setObjectId()
Virtual methods¶
def
getAllowed()def
getCost()def
getLineId()def
setAllowed()def
setCost()def
setLineId()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- class NodeType¶
- __init__()¶
- setAllowed(userId, iAllowed)¶
- Parameters:
userId – int
iAllowed – bool
- setCost(userId, cost)¶
- Parameters:
userId – int
cost – float
- setId(id)¶
- Parameters:
id – int
- setLineId(arg__1)¶
- Parameters:
arg__1 – int
- setObjectId(id)¶
- Parameters:
id – int