#include <SoTextLabel.h>
Public Types | |
enum | Justification { LEFT, RIGHT, CENTER } |
Public Member Functions | |
SoFrameLabel () | |
Static Public Member Functions | |
static void | initClass () |
Public Attributes | |
SoSFColor | backgroundColor |
SoSFBool | frame |
SoSFEnum | justification |
SoSFName | name |
SoSFInt32 | size |
SoMFString | string |
SoSFColor | textColor |
Protected Member Functions | |
virtual void | GLRender (SoGLRenderAction *action) |
Renders the open edges only. | |
virtual void | notify (SoNotList *list) |
virtual | ~SoFrameLabel () |
Definition at line 82 of file SoTextLabel.h.
Definition at line 88 of file SoTextLabel.h.
SoFrameLabel::SoFrameLabel | ( | ) |
Definition at line 391 of file SoTextLabel.cpp.
References backgroundColor, SketcherExample::f, frame, justification, LEFT, name, size, and textColor.
virtual Gui::SoFrameLabel::~SoFrameLabel | ( | ) | [inline, protected, virtual] |
Definition at line 105 of file SoTextLabel.h.
void SoFrameLabel::GLRender | ( | SoGLRenderAction * | action | ) | [protected, virtual] |
Renders the open edges only.
Definition at line 482 of file SoTextLabel.cpp.
References SketcherExample::f, Gui::SoGLWidgetElement::get(), name, size, and textColor.
void SoFrameLabel::initClass | ( | void | ) | [static] |
Definition at line 386 of file SoTextLabel.cpp.
Referenced by Gui::SoFCDB::init().
void SoFrameLabel::notify | ( | SoNotList * | list | ) | [protected, virtual] |
Definition at line 404 of file SoTextLabel.cpp.
References backgroundColor, SketcherExample::f, frame, justification, name, size, and textColor.
SoSFColor Gui::SoFrameLabel::backgroundColor |
Definition at line 97 of file SoTextLabel.h.
Referenced by notify(), and SoFrameLabel().
SoSFBool Gui::SoFrameLabel::frame |
Definition at line 101 of file SoTextLabel.h.
Referenced by notify(), and SoFrameLabel().
SoSFEnum Gui::SoFrameLabel::justification |
Definition at line 98 of file SoTextLabel.h.
Referenced by notify(), and SoFrameLabel().
SoSFName Gui::SoFrameLabel::name |
Definition at line 99 of file SoTextLabel.h.
Referenced by GLRender(), notify(), and SoFrameLabel().
SoSFInt32 Gui::SoFrameLabel::size |
Definition at line 100 of file SoTextLabel.h.
Referenced by GLRender(), notify(), and SoFrameLabel().
SoMFString Gui::SoFrameLabel::string |
Definition at line 95 of file SoTextLabel.h.
SoSFColor Gui::SoFrameLabel::textColor |
Definition at line 96 of file SoTextLabel.h.
Referenced by GLRender(), notify(), and SoFrameLabel().