Class for polar linear axis editor. More...
#include <MeshViz/graph/editors/PoXtPolarLinAxisEditor.h>
Public Types | |
enum | PolarLinAxisMask { NO_POLAR_LIN_MASK = 0x00000000, STEP = 0x00000001, GRAD_FIT = 0x00000002, FORMAT = 0x00000004, ALL_POLAR_LIN_MASK = STEP | GRAD_FIT | FORMAT } |
Public Member Functions | |
PoXtPolarLinAxisEditor (SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) | |
~PoXtPolarLinAxisEditor () | |
void | setPolarLinAxisFilter (unsigned long inclusionMask, unsigned long exclusionMask) |
void | getPolarLinAxisFilter (unsigned long &inclusionMask, unsigned long &exclusionMask) const |
PoXtPolarLinAxisEditor::PoXtPolarLinAxisEditor | ( | SoWidget | parent = NULL , |
|
const char * | name = NULL , |
|||
SbBool | buildInsideParent = TRUE | |||
) |
Constructor.
PoXtPolarLinAxisEditor::~PoXtPolarLinAxisEditor | ( | ) |
Destructor.
void PoXtPolarLinAxisEditor::getPolarLinAxisFilter | ( | unsigned long & | inclusionMask, | |
unsigned long & | exclusionMask | |||
) | const |
Gets editing filters defining which polar linear axis attributes will be displayed in the editor.
void PoXtPolarLinAxisEditor::setPolarLinAxisFilter | ( | unsigned long | inclusionMask, | |
unsigned long | exclusionMask | |||
) |
Sets editing filters defining which polar linear axis attributes will be displayed in the editor.
(By default inclusionMask = ALL_POLAR_LIN_MASK and exclusionMask = NO_POLAR_LIN_MASK).