NAME
Qt::Gui::QPaintEngine
PUBLIC METHODS
- ~QPaintEngine()
- bool begin(QPaintDevice * pdev)
- QPoint coordinateOffset()
- void drawEllipse(const QRectF & r)
- void drawEllipse(const QRect & r)
- void drawLines(const QLine * lines, int lineCount)
- void drawLines(const QLineF * lines, int lineCount)
- void drawPath(const QPainterPath & path)
- void drawPixmap(const QRectF & r, const QPixmap & pm, const QRectF & sr)
- void drawPoints(const QPointF * points, int pointCount)
- void drawPoints(const QPoint * points, int pointCount)
- void drawPolygon(const QPointF * points, int pointCount, QPaintEngine::PolygonDrawMode mode)
- void drawPolygon(const QPoint * points, int pointCount, QPaintEngine::PolygonDrawMode mode)
- void drawRects(const QRect * rects, int rectCount)
- void drawRects(const QRectF * rects, int rectCount)
- void drawTextItem(const QPointF & p, const QTextItem & textItem)
- void drawTiledPixmap(const QRectF & r, const QPixmap & pixmap, const QPointF & s)
- bool end()
- void fix_neg_rect(int * x, int * y, int * w, int * h)
- bool isActive()
- bool isExtended()
- QPaintDevice * paintDevice()
- QPainter * painter()
- void setActive(bool newState)
- void setPaintDevice(QPaintDevice * device)
- void setSystemClip(const QRegion & baseClip)
- void setSystemRect(const QRect & rect)
- void syncState()
- QRegion systemClip()
- QRect systemRect()
- QPaintEngine::Type type()
- void updateState(const QPaintEngineState & state)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.