Go to the documentation of this file.
29 #ifndef QVTK_PAINT_ENGINE_HPP
30 #define QVTK_PAINT_ENGINE_HPP
33 #include <QPaintEngine>
35 class QVTKPaintEngineInternal;
46 bool begin(QPaintDevice* dev);
54 QPaintEngine::Type
type()
const;
62 void drawPixmap(
const QRectF& r,
const QPixmap& pm,
const QRectF& sr);
66 void drawPath(
const QPainterPath& path);
void drawPath(const QPainterPath &path)
QVTKPaintEngineInternal * Internal
bool begin(QPaintDevice *dev)
A paint engine class to direct QPainter calls into a VTK window.
QPaintEngine::Type type() const
void drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr)
void updateState(const QPaintEngineState &)
void drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode)