#include <MeshViz/elements/PoLabelHintsElement.h>
Public Member Functions | |
virtual void | init (SoState *state) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static SoNONUNICODE void | set (SoState *state, SoNode *node, PoLabelHints::LabelPath labelPath, PoLabelHints::Justification justif, const char *addString, SbBool isAddStringIgnored, SbBool isLabelLineVisible) |
static void | set (SoState *state, SoNode *node, PoLabelHints::LabelPath labelPath, PoLabelHints::Justification justif, const SbString &addString, SbBool isAddStringIgnored, SbBool isLabelLineVisible) |
static SoNONUNICODE void | get (SoState *state, PoLabelHints::LabelPath &labelPath, PoLabelHints::Justification &justif, const char *&addString, SbBool &isLabelLineVisible) |
static void | get (SoState *state, PoLabelHints::LabelPath &labelPath, PoLabelHints::Justification &justif, SbString &addString, SbBool &isLabelLineVisible) |
static SoNONUNICODE void | getDefault (PoLabelHints::LabelPath &labelPath, PoLabelHints::Justification &justif, char *&addString, SbBool &isLabelLineVisible) |
static void | getDefault (PoLabelHints::LabelPath &labelPath, PoLabelHints::Justification &justif, SbString &addString, SbBool &isLabelLineVisible) |
static void PoLabelHintsElement::get | ( | SoState * | state, | |
PoLabelHints::LabelPath & | labelPath, | |||
PoLabelHints::Justification & | justif, | |||
SbString & | addString, | |||
SbBool & | isLabelLineVisible | |||
) | [static] |
Return the current label hints from the state.
static SoNONUNICODE void PoLabelHintsElement::get | ( | SoState * | state, | |
PoLabelHints::LabelPath & | labelPath, | |||
PoLabelHints::Justification & | justif, | |||
const char *& | addString, | |||
SbBool & | isLabelLineVisible | |||
) | [static] |
Return the current label hints from the state.
static int PoLabelHintsElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType PoLabelHintsElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
static void PoLabelHintsElement::getDefault | ( | PoLabelHints::LabelPath & | labelPath, | |
PoLabelHints::Justification & | justif, | |||
SbString & | addString, | |||
SbBool & | isLabelLineVisible | |||
) | [static] |
Default values.
static SoNONUNICODE void PoLabelHintsElement::getDefault | ( | PoLabelHints::LabelPath & | labelPath, | |
PoLabelHints::Justification & | justif, | |||
char *& | addString, | |||
SbBool & | isLabelLineVisible | |||
) | [static] |
Default values.
virtual void PoLabelHintsElement::init | ( | SoState * | state | ) | [virtual] |
Initializes node id in element.
Reimplemented from SoReplacedElement.
static void PoLabelHintsElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
PoLabelHints::LabelPath | labelPath, | |||
PoLabelHints::Justification | justif, | |||
const SbString & | addString, | |||
SbBool | isAddStringIgnored, | |||
SbBool | isLabelLineVisible | |||
) | [static] |
static SoNONUNICODE void PoLabelHintsElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
PoLabelHints::LabelPath | labelPath, | |||
PoLabelHints::Justification | justif, | |||
const char * | addString, | |||
SbBool | isAddStringIgnored, | |||
SbBool | isLabelLineVisible | |||
) | [static] |