PoXtLinearAxisEditor Class |
Note: This API is now obsolete.
Class for linear axis editor.
Namespace: OIV.MeshViz.Graph.Editors
The PoXtLinearAxisEditor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PoXtLinearAxisEditor | Calls PoXtLinearAxisEditor((System.Windows.Forms.Control ^)nullptr, (System.String ^)nullptr, true). |
![]() | PoXtLinearAxisEditor(Control) | Calls PoXtLinearAxisEditor(parent, (System.String ^)nullptr, true). |
![]() | PoXtLinearAxisEditor(Control, String) | Calls PoXtLinearAxisEditor(parent, name, true). |
![]() | PoXtLinearAxisEditor(Control, String, Boolean) | Constructor. |
Name | Description | |
---|---|---|
![]() | AddAxisChangedCallback(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.) |
![]() | AddAxisChangedCallback(PoXtAxisEditorAxisEditorUserDataCB, Object) | Obsolete.
Use AxisChanged event instead.
(Inherited from PoXtAxisEditor.) |
![]() | Attach | Attach the editor to an axis node. |
![]() | Detach | Detach the editor from an axis node. |
![]() | Equals | (Inherited from Object.) |
![]() | GetCartesianAxisFilter | Gets editing filters defining which cartesian axis attributes will be displayed in the editor. |
![]() | GetClassName | Returns the class name. |
![]() | GetGeomAxisFilter | Gets editing filters defining which geometry axis attributes will be displayed in the editor. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetIconTitle | Included for portability only. |
![]() | GetLinearAxisFilter | Sets editing filters defining which linear axis attributes will be displayed in the editor. |
![]() | GetPresentation | Gets the presentation of the editor. |
![]() | GetSize | Convenience routine on the window handle. |
![]() | GetTextAxisFilter | Gets editing filters defining which text axis attributes will be displayed in the editor. |
![]() | GetTitle | Gets window title. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUpdateFrequency | Gets the update frequency. |
![]() | GetWidgetName | Returns the window handle name. |
![]() | Hide | This hides the component. |
![]() | IsAttached | Returns true if the editor is attached. |
![]() | IsFullScreen | Queries if the viewer is in fullscreen mode. |
![]() | IsFullScreenEnable | Queries if it is possible to put the viewer in fullscreen mode. |
![]() | IsTopLevelShell | Returns true if this component is a top level shell component (has its own window). |
![]() | IsVisible | Returns true if this component is mapped onto the screen. |
![]() | RemoveAxisChangedCallback(PoXtAxisEditorAxisEditorCB) | Obsolete.
Use AxisChanged event instead.
Remove delegate from invocation list
(Inherited from PoXtAxisEditor.) |
![]() | RemoveAxisChangedCallback(PoXtAxisEditorAxisEditorUserDataCB) | Obsolete.
Use AxisChanged event instead.
Remove delegate from invocation list
(Inherited from PoXtAxisEditor.) |
![]() | SetCartesianAxisFilter | Sets editing filters defining which cartesian axis attributes will be displayed in the editor. |
![]() | SetFullScreen | Switches the viewer into (or out of) fullscreen mode. |
![]() | SetFullScreenEnable | Enables/disables fullscreen mode. |
![]() | SetGeomAxisFilter | Sets editing filters defining which geometry axis attributes will be displayed in the editor. |
![]() | SetIconTitle | Included for portability only. |
![]() | SetLinearAxisFilter | Sets editing filters defining which linear axis attributes will be displayed in the editor. |
![]() | SetPresentation | Sets the presentation of the editor. |
![]() | SetSize | Convenience routine on the window handle. |
![]() | SetTextAxisFilter | Sets editing filters defining which text axis attributes will be displayed in the editor. |
![]() | SetTitle | Sets window title. |
![]() | SetUpdateFrequency | Sets the update frequency. |
![]() | Show | This shows the component. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Handle |
Implements Handle.
(Inherited from SoWinComponent.) |
![]() | WindowCloseCallback | 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. |
Name | Description | |
---|---|---|
![]() | AxisChanged | (Inherited from PoXtAxisEditor.) |
![]() | axisEditorCB | Obsolete.
Use AxisChanged event instead.
AxisEditorCB delegate invocation list
(Inherited from PoXtAxisEditor.) |
<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.