PoXtLinearValueLegendEditor Class |
Note: This API is now obsolete.
Class for linear auto value legend editors.
Namespace: OIV.MeshViz.Graph.Editors
The PoXtLinearValueLegendEditor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PoXtLinearValueLegendEditor | Calls PoXtLinearValueLegendEditor((System.Windows.Forms.Control ^)nullptr, (System.String ^)nullptr, true). |
![]() | PoXtLinearValueLegendEditor(Control) | Calls PoXtLinearValueLegendEditor(parent, (System.String ^)nullptr, true). |
![]() | PoXtLinearValueLegendEditor(Control, String) | Calls PoXtLinearValueLegendEditor(parent, name, true). |
![]() | PoXtLinearValueLegendEditor(Control, String, Boolean) | Constructor. |
Name | Description | |
---|---|---|
![]() | AddLegendChangedCallback(PoXtLegendEditorLegendEditorCB) | Obsolete.
Use LegendChanged event instead.
Adds delegate which are called on legend changes.
(See the method SetUpdateFrequency to define the moment when the callbacks are called).
(Inherited from PoXtLegendEditor.) |
![]() | AddLegendChangedCallback(PoXtLegendEditorLegendEditorUserDataCB, Object) | Obsolete.
Use LegendChanged event instead.
(Inherited from PoXtLegendEditor.) |
![]() | Attach | Attach the editor to a legend node. |
![]() | Detach | Detach the editor from a legend node. |
![]() | Equals | (Inherited from Object.) |
![]() | GetAutoValueLegendFilter | Gets editing filters defining which auto value legend attributes will be displayed in the editor. |
![]() | GetClassName | Returns the class name. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetIconTitle | Included for portability only. |
![]() | GetLegendFilter | Gets editing filters defining which legend attributes will be displayed in the editor. |
![]() | GetLinearValueLegendFilter | Gets editing filters defining which non linear auto value legend attributes will be displayed in the editor. |
![]() | GetPresentation | Gets the presentation of the editor. |
![]() | GetSize | Convenience routine on the window handle. |
![]() | GetTitle | Gets window title. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUpdateFrequency | Gets the update frequency. |
![]() | GetValueLegendFilter | Gets editing filters defining which value legend attributes will be displayed in the editor. |
![]() | 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. |
![]() | RemoveLegendChangedCallback(PoXtLegendEditorLegendEditorCB) | Obsolete.
Use LegendChanged event instead.
Remove the delegate from the invocation list
(Inherited from PoXtLegendEditor.) |
![]() | RemoveLegendChangedCallback(PoXtLegendEditorLegendEditorUserDataCB) | Obsolete.
Use LegendChanged event instead.
Remove the delegate from the invocation list
(Inherited from PoXtLegendEditor.) |
![]() | SetAutoValueLegendFilter | Sets editing filters defining which auto value legend attributes will be displayed in the editor. |
![]() | SetFullScreen | Switches the viewer into (or out of) fullscreen mode. |
![]() | SetFullScreenEnable | Enables/disables fullscreen mode. |
![]() | SetIconTitle | Included for portability only. |
![]() | SetLegendFilter | Sets editing filters defining which legend attributes will be displayed in the editor. |
![]() | SetLinearValueLegendFilter | Sets editing filters defining which non linear auto value legend attributes will be displayed in the editor. |
![]() | SetPresentation | Sets the presentation of the editor. |
![]() | SetSize | Convenience routine on the window handle. |
![]() | SetTitle | Sets window title. |
![]() | SetUpdateFrequency | Sets the update frequency. |
![]() | SetValueLegendFilter | Sets editing filters defining which value legend attributes will be displayed in the editor. |
![]() | 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 | |
---|---|---|
![]() | LegendChanged | (Inherited from PoXtLegendEditor.) |
![]() | legendEditorCB | Obsolete.
Use LegendChanged event instead.
LegendEditorCB delegate invocation list
(Inherited from PoXtLegendEditor.) |
<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.