Class for non linear auto value legend (second representation) editors. More...
#include <MeshViz/graph/editors/PoXtNonLinearValueLegend2Editor.h>
Public Types | |
enum | NonLinearValueLegend2Mask { NO_NON_LINEAR_VALUE_MASK = 0x00000000, ALL_NON_LINEAR_VALUE_MASK = NO_NON_LINEAR_VALUE_MASK } |
Public Member Functions | |
PoXtNonLinearValueLegend2Editor (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) | |
virtual | ~PoXtNonLinearValueLegend2Editor () |
void | setNonLinearValueLegend2Filter (unsigned long inclusionMask, unsigned long exclusionMask) |
void | getNonLinearValueLegend2Filter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
PoXtNonLinearValueLegend2Editor::PoXtNonLinearValueLegend2Editor | ( | SoWidget | parent = NULL , |
|
const char * | name = NULL , |
|||
SbBool | buildInsideParent = TRUE | |||
) |
Constructor.
virtual PoXtNonLinearValueLegend2Editor::~PoXtNonLinearValueLegend2Editor | ( | ) | [virtual] |
Destructor.
void PoXtNonLinearValueLegend2Editor::getNonLinearValueLegend2Filter | ( | 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 PoXtNonLinearValueLegend2Editor::setNonLinearValueLegend2Filter | ( | 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).