Stores the current font size hint of an SoAnnoText3Property node. More...
#include <Inventor/elements/SoAnnoText3FontSizeHintElement.h>
Public Types | |
enum | FontSizeHint { ANNOTATION, FIT_TEXT_VECTOR } |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, FontSizeHint hint) |
static FontSizeHint | get (SoState *state) |
static FontSizeHint | getDefault () |
This element stores the current font size hint of an SoAnnoText3Property node.
static FontSizeHint SoAnnoText3FontSizeHintElement::get | ( | SoState * | state | ) | [static] |
Returns the current value from the state.
static int SoAnnoText3FontSizeHintElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoInt32Element.
static SoType SoAnnoText3FontSizeHintElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoInt32Element.
static FontSizeHint SoAnnoText3FontSizeHintElement::getDefault | ( | ) | [static] |
Returns the default value.
static void SoAnnoText3FontSizeHintElement::set | ( | SoState * | state, | |
FontSizeHint | hint | |||
) | [static] |
Sets the value in the state.