1 #ifndef COIN_SOFONTNAMEELEMENT_H
2 #define COIN_SOFONTNAMEELEMENT_H
36 #include <Inventor/SbName.h>
37 #include <Inventor/elements/SoReplacedElement.h>
44 static void initClass(
void);
54 static SbName getDefault(
void);
59 virtual void print(FILE * file)
const;
65 static void clean(
void);
66 static SbName * defaultfontname;
69 #endif // !COIN_SOFONTNAMEELEMENT_H
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
The SbName class stores strings by reference.
Definition: SbName.h:40
virtual SoElement * copyMatchInfo() const
Definition: SoReplacedElement.cpp:107
The SoFontNameElement class is yet to be documented.
Definition: SoFontNameElement.h:39
SbName fontName
Definition: SoFontNameElement.h:62
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:89
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
virtual void print(FILE *file) const
Definition: SoReplacedElement.cpp:118
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:39
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
virtual SbBool matches(const SoElement *element) const
Definition: SoReplacedElement.cpp:97