Inherits from QPaintEngine
Name | |
---|---|
QskGraphicPaintEngine() | |
~QskGraphicPaintEngine() override | |
bool | begin(QPaintDevice * ) override |
bool | end() override |
Type | type() const override |
void | updateState(const QPaintEngineState & state) override |
void | drawPath(const QPainterPath & path) override |
void | drawPolygon(const QPointF * points, int pointCount, PolygonDrawMode mode) override |
void | drawPolygon(const QPoint * points, int pointCount, PolygonDrawMode mode) override |
void | drawPixmap(const QRectF & rect, const QPixmap & pixmap, const QRectF & subRect) override |
void | drawImage(const QRectF & rect, const QImage & image, const QRectF & subRect, Qt::ImageConversionFlags flags) override |
void | drawTextItem(const QPointF & position, const QTextItem & textItem) override |
QskGraphicPaintEngine()
~QskGraphicPaintEngine() override
bool begin(
QPaintDevice *
) override
bool end() override
Type type() const override
void updateState(
const QPaintEngineState & state
) override
void drawPath(
const QPainterPath & path
) override
void drawPolygon(
const QPointF * points,
int pointCount,
PolygonDrawMode mode
) override
void drawPolygon(
const QPoint * points,
int pointCount,
PolygonDrawMode mode
) override
void drawPixmap(
const QRectF & rect,
const QPixmap & pixmap,
const QRectF & subRect
) override
void drawImage(
const QRectF & rect,
const QImage & image,
const QRectF & subRect,
Qt::ImageConversionFlags flags
) override
void drawTextItem(
const QPointF & position,
const QTextItem & textItem
) override
Updated on 28 July 2023 at 14:02:28 CEST