5 #ifndef BALL_VIEW_MODELS_LABELMODEL_H
6 #define BALL_VIEW_MODELS_LABELMODEL_H
8 #ifndef BALL_VIEW_MODELS_MODELPROCESSOR_H
12 #ifndef BALL_VIEW_DATATYPE_COLORRGBA_H
16 #ifndef BALL_STRUCTURE_GEOMETRICPROPERTIES_H
21 #include <QtGui/QFont>
73 void setFont(
const QFont& font) { font_ = font;}
76 const QFont&
getFont()
const {
return font_;}
107 virtual bool createGeometricObjects();
124 #endif // BALL_VIEW_MODELS_LabelMODEL_H
#define BALL_CREATE(name)
GeometricCenterProcessor center_processor_
void setColor(const ColorRGBA &color)
void setText(const String &text)
const QFont & getFont() const
const ColorRGBA & getColor() const
const String & getText() const
void setFont(const QFont &font)