Click or drag to resize
PoXtPolarAxisEditor Class

Note: This API is now obsolete.

Abstract class for polar axis editor.

Inheritance Hierarchy

Namespace: OIV.MeshViz.Graph.Editors
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class PoXtPolarAxisEditor : PoXtAxisEditor

The PoXtPolarAxisEditor type exposes the following members.

Methods
  NameDescription
Public methodAddAxisChangedCallback(PoXtAxisEditorAxisEditorCB) Obsolete.
Use AxisChanged event instead. Adds delegate which are called on axis changes. (See the method SetUpdateFrequency to define the moment when the callbacks are called).
(Inherited from PoXtAxisEditor.)
Public methodAddAxisChangedCallback(PoXtAxisEditorAxisEditorUserDataCB, Object) Obsolete.
Use AxisChanged event instead.
(Inherited from PoXtAxisEditor.)
Public methodAttach

Attach the editor to an axis node.

(Inherited from PoXtAxisEditor.)
Public methodDetach

Detach the editor from an axis node.

(Inherited from PoXtAxisEditor.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetClassName

Returns the class name.

(Inherited from SoWinComponent.)
Public methodGetGeomAxisFilter

Gets editing filters defining which geometry axis attributes will be displayed in the editor.

(Inherited from PoXtAxisEditor.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetIconTitle

Included for portability only.

(Inherited from SoWinComponent.)
Public methodGetPolarAxisFilter

Gets editing filters defining which polar axis attributes will be displayed in the editor.

Public methodGetPresentation

Gets the presentation of the editor.

(Inherited from PoXtAxisEditor.)
Public methodGetSize

Convenience routine on the window handle.

(Inherited from SoWinComponent.)
Public methodGetTextAxisFilter

Gets editing filters defining which text axis attributes will be displayed in the editor.

(Inherited from PoXtAxisEditor.)
Public methodGetTitle

Gets window title.

(Inherited from SoWinComponent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUpdateFrequency

Gets the update frequency.

(Inherited from PoXtAxisEditor.)
Public methodGetWidgetName

Returns the window handle name.

(Inherited from SoWinComponent.)
Public methodHide

This hides the component.

(Inherited from SoWinComponent.)
Public methodIsAttached

Returns true if the editor is attached.

(Inherited from PoXtAxisEditor.)
Public methodIsFullScreen

Queries if the viewer is in fullscreen mode.

(Inherited from SoWinComponent.)
Public methodIsFullScreenEnable

Queries if it is possible to put the viewer in fullscreen mode.

(Inherited from SoWinComponent.)
Public methodIsTopLevelShell

Returns true if this component is a top level shell component (has its own window).

(Inherited from SoWinComponent.)
Public methodIsVisible

Returns true if this component is mapped onto the screen.

(Inherited from SoWinComponent.)
Public methodRemoveAxisChangedCallback(PoXtAxisEditorAxisEditorCB) Obsolete.
Use AxisChanged event instead. Remove delegate from invocation list
(Inherited from PoXtAxisEditor.)
Public methodRemoveAxisChangedCallback(PoXtAxisEditorAxisEditorUserDataCB) Obsolete.
Use AxisChanged event instead. Remove delegate from invocation list
(Inherited from PoXtAxisEditor.)
Public methodSetFullScreen

Switches the viewer into (or out of) fullscreen mode.

(Inherited from SoWinComponent.)
Public methodSetFullScreenEnable

Enables/disables fullscreen mode.

(Inherited from SoWinComponent.)
Public methodSetGeomAxisFilter

Sets editing filters defining which geometry axis attributes will be displayed in the editor.

(Inherited from PoXtAxisEditor.)
Public methodSetIconTitle

Included for portability only.

(Inherited from SoWinComponent.)
Public methodSetPolarAxisFilter

Sets editing filters defining which polar axis attributes will be displayed in the editor.

Public methodSetPresentation

Sets the presentation of the editor.

(Inherited from PoXtAxisEditor.)
Public methodSetSize

Convenience routine on the window handle.

(Inherited from SoWinComponent.)
Public methodSetTextAxisFilter

Sets editing filters defining which text axis attributes will be displayed in the editor.

(Inherited from PoXtAxisEditor.)
Public methodSetTitle

Sets window title.

(Inherited from SoWinComponent.)
Public methodSetUpdateFrequency

Sets the update frequency.

(Inherited from PoXtAxisEditor.)
Public methodShow

This shows the component.

(Inherited from SoWinComponent.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyHandle
Implements Handle.
(Inherited from SoWinComponent.)
Public propertyWindowCloseCallback

Sets the delegate to invoke when the user closes this component (double click in the upper left corner) - by default Hide() is called on this component, unless a delegate is specified.

(Inherited from SoWinComponent.)
Top
Events
  NameDescription
Public eventAxisChanged
(Inherited from PoXtAxisEditor.)
Public eventaxisEditorCB Obsolete.
Use AxisChanged event instead. AxisEditorCB delegate invocation list
(Inherited from PoXtAxisEditor.)
Top
Remarks

<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.Obsoletesince Open Inventor 9600 MeshViz editors are no longer supported.

See Also