The IHDEHost type exposes the following members.

Methods

  NameDescription
Public methodGetCurrentTime Obsolete.
Returns the current frame time which the plugin should use if it does timebased calculations.
Public methodGetEnumEntry
Returns the name of a given EnumEntry of a given Enum.
Public methodGetEnumEntryCount
Returns the number of entries for a given Enum.
Public methodGetNodeFromPath
Returns an INode2 given a slash-separated string of node IDs that uniquely identifies that node.
Public methodGetXMLSnippetFromSelection
Gives access to the XML-snippet describing the current selection in the active patch.
Public methodOpen
Opens the given file.
Public methodSelectNodes
Selects the given nodes in their patch.
Public methodSendXMLSnippet
Allows sending of XML-message snippets to patches.
Public methodSetComponentMode
Sets the component mode of the given nodes associated GUI.
Public methodSetRealTime
Initialize the internal realtime clock to a specific value
Public methodShowEditor
Opens the editor of the given node.
Public methodShowGUI
Opens the GUI of the given node.
Public methodShowHelpPatch
Opens the help-patch of the given nodeinfo.
Public methodShowNodeReference
Opens the online-reference page on vvvv.org for the given nodeinfo.
Public methodUpdateEnum
Allows a plugin to create/update an Enum with vvvv.

See Also