Abstract class for values legend editors.
More...
#include <MeshViz/graph/editors/PoXtValueLegendEditor.h>
Public Types | |
| enum | ValueLegendMask { NO_VALUE_MASK = 0x00000000, UPPER_UNDEF_STRING = 0x00000001, LOWER_UNDEF_STRING = 0x00000002, PERIOD_VALUE = 0x00000004, FIRST_VALUE = 0x00000008, LAST_VALUE = 0x00000010, ALL_VALUE_MASK } |
Public Member Functions | |
| virtual | ~PoXtValueLegendEditor () |
| void | setValueLegendFilter (unsigned long inclusionMask, unsigned long exclusionMask) |
| void | getValueLegendFilter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
Abstract class for values legend editors.
NOTE: This class does not exist in Open Inventor 10.0 and later.
| virtual PoXtValueLegendEditor::~PoXtValueLegendEditor | ( | ) | [virtual] |
Destructor.
| void PoXtValueLegendEditor::getValueLegendFilter | ( | unsigned long & | inclusionMask, | |
| unsigned long & | exclusionMask | |||
| ) | const |
Gets editing filters defining which value legend attributes will be displayed in the editor.
| void PoXtValueLegendEditor::setValueLegendFilter | ( | unsigned long | inclusionMask, | |
| unsigned long | exclusionMask | |||
| ) |
Sets editing filters defining which value legend attributes will be displayed in the editor.
(By default inclusionMask = ALL_VALUE_MASK and exclusionMask = NO_VALUE_MASK).