Click or drag to resize
SoIvTune Methods

The SoIvTune type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetShortcutValue

Retrieves the defined keyboard shortcut used to launch IvTune/Open Inventor Studio.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsInstance Obsolete.

Returns true if an IvTune window is currently open.

Public methodStatic memberIsRunning

Returns true if IvTune/Open Inventor Studio are currently running.

Public methodStatic memberProcessEvents

Process Qt events (calls QCoreApplication.processEvents()).

Public methodStatic memberSetInstance(Int32, String, SoNode) Obsolete.
Calls SetInstance(argc, argv, root, false).
Public methodStatic memberSetInstance(Int32, String, SoNode, Boolean) Obsolete.
Public methodStatic memberSetShortcutValue

Defines the keyboard shortcut to use to launch IvTune/Open Inventor Studio.

Public methodStatic memberStart(SoNode)
Starts an IvTune session based on the specified scene graph, for example a subset of the application scene graph.
Public methodStatic memberStart(SoRenderAreaCore)
Starts an IvTune session based on the scene graph managed by the given SoRenderAreaCore.
Public methodStatic memberStart(SoSceneManager) Obsolete.
Starts an IvTune session based on the scene graph in an existing SoSceneManager.
Public methodStatic memberStop

Ends IvTune/Open Inventor Studio session.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also