PyFourStepsPlugin.NodeOutput¶
- class NodeOutput¶
Synopsis¶
Methods¶
def
__init__()def
filterOutput()def
getElements()def
__eq__()def
passesFilter()def
setElements()
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
- __init__()¶
- __init__(iOutput)
- Parameters:
iOutput –
NodeOutput
- __init__(output)
- Parameters:
output – .list of NodeOutputElement
- filterOutput(filter)¶
- Parameters:
filter –
NodeOutput
- getElements()¶
- Return type:
.list of NodeOutputElement
- __eq__(iOutput)¶
- Parameters:
iOutput –
NodeOutput- Return type:
- passesFilter(element)¶
- Parameters:
element –
NodeOutputElement- Return type:
- setElements(elements)¶
- Parameters:
elements – .list of NodeOutputElement