10 #ifndef QWT_PLOT_DIRECT_PAINTER_H
11 #define QWT_PLOT_DIRECT_PAINTER_H
70 CopyBackingStore = 0x04
78 void setAttribute( Attribute,
bool on );
79 bool testAttribute( Attribute )
const;
81 void setClipping(
bool );
82 bool hasClipping()
const;
84 void setClipRegion(
const QRegion& );
85 QRegion clipRegion()
const;
90 virtual bool eventFilter( QObject*, QEvent* )
QWT_OVERRIDE;