1 #ifndef COIN_SOFONTNAMEELEMENT_H
2 #define COIN_SOFONTNAMEELEMENT_H
27 #include <Inventor/SbName.h>
28 #include <Inventor/elements/SoReplacedElement.h>
35 static void initClass(
void);
45 static SbName getDefault(
void);
50 virtual void print(FILE * file)
const;
56 static void clean(
void);
57 static SbName * defaultfontname;
The SbName class stores strings by reference.
Definition: SbName.h:31
SoElement is the abstract base class for all elements.
Definition: SoElement.h:34
The SoFontNameElement class is yet to be documented.
Definition: SoFontNameElement.h:30
SbName fontName
Definition: SoFontNameElement.h:53
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:30
virtual SoElement * copyMatchInfo() const
Definition: SoReplacedElement.cpp:97
virtual SbBool matches(const SoElement *element) const
Definition: SoReplacedElement.cpp:87
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:79
virtual void print(FILE *file) const
Definition: SoReplacedElement.cpp:108
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:35