The INode type exposes the following members.

Methods

  NameDescription
Public methodAddListener
Allows a plugin to register an INodeListener on a specific vvvv node.
Public methodGetBounds
Public methodGetChild
Public methodGetChildCount
Public methodGetChildren
Public methodGetID
Get the node ID.
Public methodGetNodeInfo
Get the nodes info.
Public methodGetNodePath
Returns a slash-separated path of node IDs that uniquely identifies this node in the vvvv graph.
Public methodGetPin
Public methodGetPins
Public methodRemoveListener
Allows a plugin to unregister an INodeListener from a specific vvvv node.

Properties

  NameDescription
Public propertyHasCode
Public propertyHasGUI
Check if the node can offer a GUI window
Public propertyHasPatch
Public propertyInnerStatus
Public propertyLastRuntimeError
Gets the last runtime error that occured or null if there were no errors.
Public propertyParentNode
Public propertyStatus
Public propertyTag
For internal use only.
Public propertyWindow
Gets the window of this node. Or null if this node doesn't have a window.

See Also