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