Class for non linear auto value legend (third representation) editors.
More...
#include <MeshViz/graph/editors/PoXtNonLinearValueLegend3Editor.h>
Public Types | |
| enum | NonLinearValueLegend3Mask { NO_NON_LINEAR_VALUE_MASK = 0x00000000, ALL_NON_LINEAR_VALUE_MASK = 0x00000000 } |
Public Member Functions | |
| PoXtNonLinearValueLegend3Editor (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) | |
| virtual | ~PoXtNonLinearValueLegend3Editor () |
| void | setNonLinearValueLegend3Filter (unsigned long inclusionMask, unsigned long exclusionMask) |
| void | getNonLinearValueLegend3Filter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
Class for non linear auto value legend (third representation) editors.
NOTE: This class does not exist in Open Inventor 10.0 and later.
| PoXtNonLinearValueLegend3Editor::PoXtNonLinearValueLegend3Editor | ( | SoWidget | parent = NULL, |
|
| const char * | name = NULL, |
|||
| SbBool | buildInsideParent = TRUE | |||
| ) |
Constructor.
| virtual PoXtNonLinearValueLegend3Editor::~PoXtNonLinearValueLegend3Editor | ( | ) | [virtual] |
Destructor.
| void PoXtNonLinearValueLegend3Editor::getNonLinearValueLegend3Filter | ( | unsigned long & | inclusionMask, | |
| unsigned long & | exclusionMask | |||
| ) | const |
Gets editing filters defining which non linear auto value legend attributes will be displayed in the editor.
| void PoXtNonLinearValueLegend3Editor::setNonLinearValueLegend3Filter | ( | unsigned long | inclusionMask, | |
| unsigned long | exclusionMask | |||
| ) |
Sets editing filters defining which non linear auto value legend attributes will be displayed in the editor.
(By default inclusionMask = ALL_NON_LINEAR_VALUE_MASK and exclusionMask = NO_NON_LINEAR_VALUE_MASK).