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
GeometricCenterProcessor center_processor_
void setText(const String &text)
void setFont(const QFont &font)
void setColor(const ColorRGBA &color)
const String & getText() const
const ColorRGBA & getColor() const
const QFont & getFont() const
#define BALL_CREATE(name)