10 #ifndef QWT_PAINTER_COMMAND_H 
   11 #define QWT_PAINTER_COMMAND_H 
   13 #include "qwt_global.h" 
   15 #include <qpaintengine.h> 
   19 #include <qpainterpath.h> 
   68         Qt::ImageConversionFlags flags;
 
   74         QPaintEngine::DirtyFlags flags;
 
   79         QBrush backgroundBrush;
 
   80         Qt::BGMode backgroundMode;
 
   84         Qt::ClipOperation clipOperation;
 
   86         QPainterPath clipPath;
 
   89         QPainter::RenderHints renderHints;
 
   90         QPainter::CompositionMode compositionMode;
 
  100         const QPixmap&, 
const QRectF& subRect );
 
  103         const QImage&, 
const QRectF& subRect,
 
  104         Qt::ImageConversionFlags );
 
  114     QPainterPath* path();
 
  115     const QPainterPath* path() 
const;
 
  117     PixmapData* pixmapData();
 
  118     const PixmapData* pixmapData() 
const;
 
  120     ImageData* imageData();
 
  121     const ImageData* imageData() 
const;
 
  123     StateData* stateData();
 
  124     const StateData* stateData() 
const;
 
  134         QPainterPath* m_path;
 
  135         PixmapData* m_pixmapData;
 
  136         ImageData* m_imageData;
 
  137         StateData* m_stateData;
 
  154 inline const QwtPainterCommand::PixmapData*
 
  161 inline const QwtPainterCommand::ImageData*
 
  168 inline const QwtPainterCommand::StateData*
 
Type
Type of the paint command.
@ Path
Draw a QPainterPath.
PixmapData * pixmapData()