The INode type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddListener |
Allows a plugin to register an INodeListener on a specific vvvv node.
| |
| GetBounds | ||
| GetChild | ||
| GetChildCount | ||
| GetChildren | ||
| GetID |
Get the node ID.
| |
| GetNodeInfo |
Get the nodes info.
| |
| GetNodePath |
Returns a slash-separated path of node IDs that uniquely identifies this node in the vvvv graph.
| |
| GetPin | ||
| GetPins | ||
| RemoveListener |
Allows a plugin to unregister an INodeListener from a specific vvvv node.
|
Properties
| Name | Description | |
|---|---|---|
| HasCode | ||
| HasGUI |
Check if the node can offer a GUI window
| |
| HasPatch | ||
| InnerStatus | ||
| LastRuntimeError |
Gets the last runtime error that occured or null if there were no errors.
| |
| ParentNode | ||
| Status | ||
| Tag |
For internal use only.
| |
| Window |
Gets the window of this node. Or null if
this node doesn't have a window.
|