The IHDEHost type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetCurrentTime | Obsolete.
Returns the current frame time which the plugin should use if it does timebased calculations.
| |
| GetEnumEntry |
Returns the name of a given EnumEntry of a given Enum.
| |
| GetEnumEntryCount |
Returns the number of entries for a given Enum.
| |
| GetNodeFromPath |
Returns an INode2 given a slash-separated string of node IDs that uniquely identifies that node.
| |
| GetXMLSnippetFromSelection |
Gives access to the XML-snippet describing the current selection in the active patch.
| |
| Open |
Opens the given file.
| |
| SelectNodes |
Selects the given nodes in their patch.
| |
| SendXMLSnippet |
Allows sending of XML-message snippets to patches.
| |
| SetComponentMode |
Sets the component mode of the given nodes associated GUI.
| |
| SetRealTime |
Initialize the internal realtime clock to a specific value
| |
| ShowEditor |
Opens the editor of the given node.
| |
| ShowGUI |
Opens the GUI of the given node.
| |
| ShowHelpPatch |
Opens the help-patch of the given nodeinfo.
| |
| ShowNodeReference |
Opens the online-reference page on vvvv.org for the given nodeinfo.
| |
| UpdateEnum |
Allows a plugin to create/update an Enum with vvvv.
|