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