Abstract class for auto value legend editors. More...
#include <MeshViz/graph/editors/PoXtAutoValueLegendEditor.h>
Public Types | |
enum | AutoValueLegendMask { NO_AUTO_VALUE_MASK = 0x00000000, START = 0x00000001, END = 0x00000002, ALL_AUTO_VALUE_MASK = START | END } |
Public Member Functions | |
virtual | ~PoXtAutoValueLegendEditor () |
void | setAutoValueLegendFilter (unsigned long inclusionMask, unsigned long exclusionMask) |
void | getAutoValueLegendFilter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
virtual PoXtAutoValueLegendEditor::~PoXtAutoValueLegendEditor | ( | ) | [virtual] |
Destructor.
void PoXtAutoValueLegendEditor::getAutoValueLegendFilter | ( | unsigned long & | inclusionMask, | |
unsigned long & | exclusionMask | |||
) | const |
Gets editing filters defining which auto value legend attributes will be displayed in the editor.
void PoXtAutoValueLegendEditor::setAutoValueLegendFilter | ( | unsigned long | inclusionMask, | |
unsigned long | exclusionMask | |||
) |
Sets editing filters defining which auto value legend attributes will be displayed in the editor.
(By default inclusionMask = ALL_AUTO_VALUE_LEGEND_MASK and exclusionMask = NO_AUTO_VALUE_LEGEND_MASK).