PyFourStepsPlugin.NodeSlot¶
- class NodeSlot¶
Synopsis¶
Methods¶
def
__init__()def
clone()def
getConnections()def
getInput()def
getInputNodes()def
getMode()def
getName()def
getOriginNodes()def
getOutputNodes()def
getSlotType()def
getStoreId()def
isCompatible()def
isConnected()def
linkData()def
loadLinkedData()def
setStoreId()def
unlinkData()
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 EConnectionType¶
- class ESlotMode¶
- __init__(iStoreId, iName, iConnectionType, iSlotMode, iSlotType)
- Parameters:
iStoreId – str
iName – str
iConnectionType –
EConnectionTypeiSlotMode –
ESlotModeiSlotType –
EDataObjectType
- getActiveConnections()¶
- Return type:
.list of NodeConnection
- getConnectionType()¶
- Return type:
- getConnections()¶
- Return type:
.list of NodeConnection
- getDestinationNodes()¶
- Return type:
.list of NodeCompute
- getInput()¶
- Return type:
- getInputNodes()¶
- Return type:
.list of NodeCompute
- getOriginNodes()¶
- Return type:
.list of NodeCompute
- getOutputElements()¶
- Return type:
- getOutputNodes()¶
- Return type:
.list of NodeCompute
- getPredictedData()¶
- Return type:
- getSlotType()¶
- Return type:
EDataObjectType
- linkData(iLinkedNode, iConnection)¶
- Parameters:
iLinkedNode –
NodeSlotiConnection –
NodeConnection
- Return type:
- setConnectionType(connectionType)¶
- Parameters:
connectionType –
EConnectionType
- setPredictedData(predictedData)¶
- Parameters:
predictedData –
NodeOutput
- setStoreId(iStoreId)¶
- Parameters:
iStoreId – str