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.
|
Properties
Name | Description | |
---|---|---|
![]() | ActivePatchWindow |
The currently selected patch window.
|
![]() | AddonFactories |
The addon factories used to collect node infos and create nodes.
|
![]() | BoygroupServerIP |
The IP adress of the boygroup server.
|
![]() | DeviceService |
Provides access to Direct3D9 devices created by vvvv.
|
![]() | ExePath |
Gets the full path to the vvvv.exe.
|
![]() | ExposedNodeService |
Provides access to nodes that have been exposed for being remotely controlled
|
![]() | FrameTime |
The current host frame time which the plugin should use if it does timebased calculations.
|
![]() | IsBoygroupClient |
Indicates whether this IHDEHost is a client in a boygroup.
|
![]() | MainLoop |
Gets the main loop, which exposes events from the main loop.
|
![]() | RealTime |
The realtime in seconds since the IHDEHost was created. On boygroup clients this ist the time
since the server IHDEHost was created, synced over network. This time is not frame based,
each call will return a new time.
|
![]() | Root |
Returns an interface to the graphs root node.
|
![]() | RootNode |
Returns an interface to the graphs root node.
|
Events
Name | Description | |
---|---|---|
![]() | AfterComponentModeChange | |
![]() | BeforeComponentModeChange | |
![]() | MouseDown | |
![]() | MouseUp | |
![]() | NodeSelectionChanged | |
![]() | WindowAdded | |
![]() | WindowRemoved | |
![]() | WindowSelectionChanged |