79 Q_DECLARE_FLAGS(PaintAttributes, PaintAttribute)
104 void setPaintAttribute(PaintAttribute,
bool on =
true);
106 bool testPaintAttribute(PaintAttribute)
const;
109 void setLegendMode(LegendMode);
111 LegendMode legendMode()
const;
114 void setRect(
const QRectF&);
116 void setPolygon(
const QPolygonF&);
119 void setShape(
const QPainterPath&);
121 QPainterPath shape()
const;
124 void setPen(
const QColor&, qreal width = 0.0, Qt::PenStyle = Qt::SolidLine);
126 void setPen(
const QPen&);
131 void setBrush(
const QBrush&);
133 QBrush brush()
const;
136 void setRenderTolerance(
double);
138 double renderTolerance()
const;
150 virtual int rtti()
const override;
A class representing a text
Definition qwt_text.h:70