9 #ifndef QWT_POLAR_CANVAS_H
10 #define QWT_POLAR_CANVAS_H
50 Q_DECLARE_FLAGS( PaintAttributes, PaintAttribute )
58 void setPaintAttribute( PaintAttribute,
bool on =
true );
59 bool testPaintAttribute( PaintAttribute )
const;
61 const QPixmap* backingStore()
const;
62 void invalidateBackingStore();
76 Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPolarCanvas::PaintAttributes )