Click or drag to resize
PoXtNonLinearValueLegend3Editor Class

Note: This API is now obsolete.

Class for non linear auto value legend (third representation) editors.

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 PoXtNonLinearValueLegend3Editor : PoXtAutoValueLegendEditor

The PoXtNonLinearValueLegend3Editor type exposes the following members.

Constructors
  NameDescription
Public methodPoXtNonLinearValueLegend3Editor
Calls PoXtNonLinearValueLegend3Editor((System.Windows.Forms.Control ^)nullptr, (System.String ^)nullptr, true).
Public methodPoXtNonLinearValueLegend3Editor(Control)
Calls PoXtNonLinearValueLegend3Editor(parent, (System.String ^)nullptr, true).
Public methodPoXtNonLinearValueLegend3Editor(Control, String)
Calls PoXtNonLinearValueLegend3Editor(parent, name, true).
Public methodPoXtNonLinearValueLegend3Editor(Control, String, Boolean)

Constructor.

Top
Methods
  NameDescription
Public methodAddLegendChangedCallback(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.)
Public methodAddLegendChangedCallback(PoXtLegendEditorLegendEditorUserDataCB, Object) Obsolete.
Use LegendChanged event instead.
(Inherited from PoXtLegendEditor.)
Public methodAttach

Attach the editor to a legend node.

(Inherited from PoXtLegendEditor.)
Public methodDetach

Detach the editor from a legend node.

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

Gets editing filters defining which auto value legend attributes will be displayed in the editor.

(Inherited from PoXtAutoValueLegendEditor.)
Public methodGetClassName

Returns the class name.

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

Included for portability only.

(Inherited from SoWinComponent.)
Public methodGetLegendFilter

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

(Inherited from PoXtLegendEditor.)
Public methodGetNonLinearValueLegend3Filter

Gets editing filters defining which non linear auto value legend attributes will be displayed in the editor.

Public methodGetPresentation

Gets the presentation of the editor.

(Inherited from PoXtLegendEditor.)
Public methodGetSize

Convenience routine on the window handle.

(Inherited from SoWinComponent.)
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 PoXtLegendEditor.)
Public methodGetValueLegendFilter

Gets editing filters defining which value legend attributes will be displayed in the editor.

(Inherited from PoXtValueLegendEditor.)
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 PoXtLegendEditor.)
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 methodRemoveLegendChangedCallback(PoXtLegendEditorLegendEditorCB) Obsolete.
Use LegendChanged event instead. Remove the delegate from the invocation list
(Inherited from PoXtLegendEditor.)
Public methodRemoveLegendChangedCallback(PoXtLegendEditorLegendEditorUserDataCB) Obsolete.
Use LegendChanged event instead. Remove the delegate from the invocation list
(Inherited from PoXtLegendEditor.)
Public methodSetAutoValueLegendFilter

Sets editing filters defining which auto value legend attributes will be displayed in the editor.

(Inherited from PoXtAutoValueLegendEditor.)
Public methodSetFullScreen

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

(Inherited from SoWinComponent.)
Public methodSetFullScreenEnable

Enables/disables fullscreen mode.

(Inherited from SoWinComponent.)
Public methodSetIconTitle

Included for portability only.

(Inherited from SoWinComponent.)
Public methodSetLegendFilter

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

(Inherited from PoXtLegendEditor.)
Public methodSetNonLinearValueLegend3Filter

Sets editing filters defining which non linear auto value legend attributes will be displayed in the editor.

Public methodSetPresentation

Sets the presentation of the editor.

(Inherited from PoXtLegendEditor.)
Public methodSetSize

Convenience routine on the window handle.

(Inherited from SoWinComponent.)
Public methodSetTitle

Sets window title.

(Inherited from SoWinComponent.)
Public methodSetUpdateFrequency

Sets the update frequency.

(Inherited from PoXtLegendEditor.)
Public methodSetValueLegendFilter

Sets editing filters defining which value legend attributes will be displayed in the editor.

(Inherited from PoXtValueLegendEditor.)
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 eventLegendChanged
(Inherited from PoXtLegendEditor.)
Public eventlegendEditorCB Obsolete.
Use LegendChanged event instead. LegendEditorCB delegate invocation list
(Inherited from PoXtLegendEditor.)
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