10 #ifndef QWT_PLOT_DIRECT_PAINTER_H 
   11 #define QWT_PLOT_DIRECT_PAINTER_H 
   13 #include "qwt_global.h" 
   70         CopyBackingStore = 0x04
 
   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;
 
Painter object trying to paint incrementally.
Attribute
Paint attributes.
QFlags< Attribute > Attributes
Base class for plot items representing a series of samples.