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