Click or drag to resize
PoXtAngularAxisEditor Methods

The PoXtAngularAxisEditor 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 methodGetAngularAxisFilter

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

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 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 methodSetAngularAxisFilter

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

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 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
See Also