Class for non linear auto value legend (first representation) editors. More...
#include <MeshViz/graph/editors/PoXtNonLinearValueLegend1Editor.h>
Public Types | |
enum | NonLinearValueLegend1Mask { NO_NON_LINEAR_VALUE_MASK = 0x00000000, LESS_LEVEL_STRING = 0x00000001, GREATER_LEVEL_STRING = 0x00000002, VALUE_SEPARATOR_STRING = 0x00000004, ALL_NON_LINEAR_VALUE_MASK } |
Public Member Functions | |
PoXtNonLinearValueLegend1Editor (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) | |
virtual | ~PoXtNonLinearValueLegend1Editor () |
void | setNonLinearValueLegend1Filter (unsigned long inclusionMask, unsigned long exclusionMask) |
void | getNonLinearValueLegend1Filter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
PoXtNonLinearValueLegend1Editor::PoXtNonLinearValueLegend1Editor | ( | SoWidget | parent = NULL , |
|
const char * | name = NULL , |
|||
SbBool | buildInsideParent = TRUE | |||
) |
Constructor.
virtual PoXtNonLinearValueLegend1Editor::~PoXtNonLinearValueLegend1Editor | ( | ) | [virtual] |
Destructor.
void PoXtNonLinearValueLegend1Editor::getNonLinearValueLegend1Filter | ( | 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 PoXtNonLinearValueLegend1Editor::setNonLinearValueLegend1Filter | ( | 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).