#include <SoDatumLabel.h>
Public Member Functions | |
SoDatumLabel () | |
Static Public Member Functions | |
static void | initClass () |
Public Attributes | |
SoSFImage | image |
SoSFEnum | justification |
SoSFName | name |
SoSFInt32 | size |
SoMFString | string |
SoSFColor | textColor |
Protected Member Functions | |
virtual void | computeBBox (SoAction *, SbBox3f &box, SbVec3f ¢er) |
virtual void | generatePrimitives (SoAction *action) |
virtual void | GLRender (SoGLRenderAction *action) |
virtual | ~SoDatumLabel () |
Definition at line 41 of file SoDatumLabel.h.
SoDatumLabel::SoDatumLabel | ( | ) |
Definition at line 71 of file SoDatumLabel.cpp.
References SketcherExample::f, name, size, and textColor.
virtual SketcherGui::SoDatumLabel::~SoDatumLabel | ( | ) | [inline, protected, virtual] |
Definition at line 59 of file SoDatumLabel.h.
void SoDatumLabel::computeBBox | ( | SoAction * | action, | |
SbBox3f & | box, | |||
SbVec3f & | center | |||
) | [protected, virtual] |
Definition at line 124 of file SoDatumLabel.cpp.
References SketcherExample::f, image, KDL::max(), zipios::min(), scale, and size.
void SoDatumLabel::generatePrimitives | ( | SoAction * | action | ) | [protected, virtual] |
Definition at line 169 of file SoDatumLabel.cpp.
References SketcherExample::f, image, scale, and size.
void SoDatumLabel::GLRender | ( | SoGLRenderAction * | action | ) | [protected, virtual] |
Definition at line 225 of file SoDatumLabel.cpp.
References SketcherExample::f, image, scale, and size.
void SoDatumLabel::initClass | ( | void | ) | [static] |
Definition at line 65 of file SoDatumLabel.cpp.
Referenced by initSketcherGui().
SoSFImage SketcherGui::SoDatumLabel::image |
Definition at line 56 of file SoDatumLabel.h.
Referenced by computeBBox(), generatePrimitives(), and GLRender().
Definition at line 53 of file SoDatumLabel.h.
SoSFName SketcherGui::SoDatumLabel::name |
Definition at line 54 of file SoDatumLabel.h.
Referenced by SoDatumLabel().
SoSFInt32 SketcherGui::SoDatumLabel::size |
Definition at line 55 of file SoDatumLabel.h.
Referenced by computeBBox(), generatePrimitives(), GLRender(), and SoDatumLabel().
SoMFString SketcherGui::SoDatumLabel::string |
Definition at line 51 of file SoDatumLabel.h.
Referenced by SketcherGui::ViewProviderSketch::draw(), and SketcherGui::ViewProviderSketch::rebuildConstraintsVisual().
SoSFColor SketcherGui::SoDatumLabel::textColor |
Definition at line 52 of file SoDatumLabel.h.
Referenced by SketcherGui::ViewProviderSketch::rebuildConstraintsVisual(), SoDatumLabel(), and SketcherGui::ViewProviderSketch::updateColor().