109 Q_DECLARE_FLAGS(PaintAttributes, PaintAttribute)
140 void setPaintAttribute(PaintAttribute,
bool on =
true);
142 bool testPaintAttribute(PaintAttribute)
const;
145 void setLegendMode(LegendMode);
147 LegendMode legendMode()
const;
150 void setRect(
const QRectF&);
152 void setPolygon(
const QPolygonF&);
155 void setShape(
const QPainterPath&);
157 QPainterPath shape()
const;
160 void setPen(
const QColor&, qreal width = 0.0, Qt::PenStyle = Qt::SolidLine);
162 void setPen(
const QPen&);
167 void setBrush(
const QBrush&);
169 QBrush brush()
const;
172 void setRenderTolerance(
double);
174 double renderTolerance()
const;
186 virtual int rtti()
const override;
A class representing a text.
Definition qwt_text.h:93