The IEffectHost type exposes the following members.

Methods

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

Properties

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

See Also