 Stores the current text effect settings.  
More...
  Stores the current text effect settings.  
More...
#include <Inventor/elements/SoTextStyleElement.h>
 
  
 | Public Types | |
| enum | Style { NONE = 1 << 0, UNDERLINE = 1 << 1, STRIKETHROUGH = 1 << 2, DOUBLE_STRIKETHROUGH = 1 << 3, BACK_FRAME = 1 << 4, BACK_FRAME_LINE = 1 << 5, OVERLINE = 1 << 6 } | 
| Static Public Member Functions | |
| static SoType | getClassTypeId () | 
| static int | getClassStackIndex () | 
| static void | set (SoState *state, Style style) | 
| static void | set (SoState *state, SoNode *, Style style) | 
| static Style | get (SoState *state) | 
| static Style | getDefault () | 
 Stores the current text effect settings.
  Stores the current text effect settings. 
This element stores the current text effects settings.
Returns current style from the state.
| static int SoTextStyleElement::getClassStackIndex | ( | ) |  [static] | 
Returns the stack id for this element.
Reimplemented from SoInt32Element.
| static SoType SoTextStyleElement::getClassTypeId | ( | ) |  [static] | 
Returns the type identifier for this class.
Reimplemented from SoInt32Element.
| static Style SoTextStyleElement::getDefault | ( | ) |  [static] | 
Returns the default style.
Sets the current style type in the state.
Sets the current style type in the state.