A text label with a background color. More...
#include <SoTextLabel.h>
Public Member Functions | |
SoTextLabel () | |
Static Public Member Functions | |
static void | initClass () |
Public Attributes | |
SoSFBool | background |
SoSFColor | backgroundColor |
SoSFFloat | frameSize |
Protected Member Functions | |
virtual void | GLRender (SoGLRenderAction *action) |
Renders the label. More... | |
virtual | ~SoTextLabel () |
A text label with a background color.
SoTextLabel::SoTextLabel | ( | ) |
References background, backgroundColor, and frameSize.
|
protectedvirtual |
|
protectedvirtual |
Renders the label.
References background, backgroundColor, frameSize, and draftgeoutils.general::v1().
|
static |
Referenced by Gui::SoFCDB::init().
SoSFBool Gui::SoTextLabel::background |
Referenced by GLRender(), and SoTextLabel().
SoSFColor Gui::SoTextLabel::backgroundColor |
Referenced by GLRender(), and SoTextLabel().
SoSFFloat Gui::SoTextLabel::frameSize |
Referenced by GLRender(), and SoTextLabel().