#include <SoTextLabel.h>
Public Member Functions | |
SoStringLabel () | |
Static Public Member Functions | |
static void | initClass () |
Public Attributes | |
SoSFName | name |
SoSFInt32 | size |
SoMFString | string |
SoSFColor | textColor |
Protected Member Functions | |
virtual void | GLRender (SoGLRenderAction *action) |
Renders the open edges only. | |
virtual | ~SoStringLabel () |
Definition at line 63 of file SoTextLabel.h.
SoStringLabel::SoStringLabel | ( | ) |
Definition at line 298 of file SoTextLabel.cpp.
References SketcherExample::f, name, size, and textColor.
virtual Gui::SoStringLabel::~SoStringLabel | ( | ) | [inline, protected, virtual] |
Definition at line 78 of file SoTextLabel.h.
void SoStringLabel::GLRender | ( | SoGLRenderAction * | action | ) | [protected, virtual] |
Renders the open edges only.
Definition at line 310 of file SoTextLabel.cpp.
References SketcherExample::f, Gui::SoGLWidgetElement::get(), name, size, and textColor.
void SoStringLabel::initClass | ( | void | ) | [static] |
Definition at line 293 of file SoTextLabel.cpp.
Referenced by Gui::SoFCDB::init().
SoSFName Gui::SoStringLabel::name |
Definition at line 74 of file SoTextLabel.h.
Referenced by GLRender(), and SoStringLabel().
SoSFInt32 Gui::SoStringLabel::size |
Definition at line 75 of file SoTextLabel.h.
Referenced by GLRender(), and SoStringLabel().
SoMFString Gui::SoStringLabel::string |
Definition at line 72 of file SoTextLabel.h.
SoSFColor Gui::SoStringLabel::textColor |
Definition at line 73 of file SoTextLabel.h.
Referenced by GLRender(), and SoStringLabel().