4 #ifndef FIRE_GRAPHICS_LABELPAINTER_HPP_INCLUDED
5 #define FIRE_GRAPHICS_LABELPAINTER_HPP_INCLUDED
10 #include "fire/graphics/Painter.hpp"
11 #include "fire/graphics/IGraphicContext.hpp"
Definition: IGraphicContext.hpp:15
Definition: LabelPainter.hpp:33
std::string _txt
Definition: LabelPainter.hpp:83
static std::string FLD_PATTERN_START
Definition: LabelPainter.hpp:41
int _shadowWidth
Definition: LabelPainter.hpp:118
int _hAlign
Definition: LabelPainter.hpp:55
std::string _borderColor
Definition: LabelPainter.hpp:111
static std::string FLD_PATTERN_END
Definition: LabelPainter.hpp:48
Definition: Geometry.hpp:69
int _borderWidth
Definition: LabelPainter.hpp:104
LabelPainter & operator=(const LabelPainter &source)
std::string _shadowColor
Definition: LabelPainter.hpp:125
int _hOffset
Definition: LabelPainter.hpp:69
std::string _txtColor
Definition: LabelPainter.hpp:90
void draw(const IGraphicContext &grph, const gear::geom::Geometry &geom)
Definition: Painter.hpp:33
int _vAlign
Definition: LabelPainter.hpp:62
int _vOffset
Definition: LabelPainter.hpp:76
std::string _font
Definition: LabelPainter.hpp:97
Oggetto per l'accesso alle colonne di una riga di dati.
Definition: DataRow.hpp:32
int _shadowOffset
Definition: LabelPainter.hpp:132