QPaintEngine Class Reference
[QtGui module]
Types
- enum DirtyFlag { DirtyPen, DirtyBrush, DirtyBrushOrigin, DirtyFont, ..., AllDirty }
- class DirtyFlags
- enum PaintEngineFeature { PrimitiveTransform, PatternTransform, PixmapTransform, PatternBrush, ..., AllFeatures }
- class PaintEngineFeatures
- enum PolygonDrawMode { OddEvenMode, WindingMode, ConvexMode, PolylineMode }
- enum Type { X11, Windows, QuickDraw, CoreGraphics, ..., MaxUser }
Methods
- __init__ (self, PaintEngineFeatures features = 0)
- bool begin (self, QPaintDevice)
- drawEllipse (self, QRectF)
- drawEllipse (self, QRect)
- drawImage (self, QRectF, QImage, QRectF, Qt.ImageConversionFlags flags = Qt.AutoColor)
- drawLines (self, QLine)
- drawLines (self, QLineF)
- drawPath (self, QPainterPath)
- drawPixmap (self, QRectF, QPixmap, QRectF)
- drawPoints (self, QPointF)
- drawPoints (self, QPoint)
- drawPolygon (self, QPointF, PolygonDrawMode)
- drawPolygon (self, QPoint, PolygonDrawMode)
- drawRects (self, QRect)
- drawRects (self, QRectF)
- drawTextItem (self, QPointF, QTextItem)
- drawTiledPixmap (self, QRectF, QPixmap, QPointF)
- bool end (self)
- bool hasFeature (self, PaintEngineFeatures)
- bool isActive (self)
- QPaintDevice paintDevice (self)
- QPainter painter (self)
- setActive (self, bool)
- setPaintDevice (self, QPaintDevice)
- Type type (self)
- updateState (self, QPaintEngineState)
Detailed Description
Type Documentation
QPaintEngine.DirtyFlag
QPaintEngine.PaintEngineFeature
QPaintEngine.PolygonDrawMode
QPaintEngine.Type
Method Documentation
QPaintEngine.__init__ (self, PaintEngineFeatures features = 0)
bool QPaintEngine.begin (self, QPaintDevice)
This method is abstract and should be reimplemented in any sub-class.
QPaintEngine.drawEllipse (self, QRectF)
QPaintEngine.drawEllipse (self, QRect)
QPaintEngine.drawLines (self, QLine)
QPaintEngine.drawLines (self, QLineF)
QPaintEngine.drawPath (self, QPainterPath)
This method is abstract and should be reimplemented in any sub-class.
QPaintEngine.drawPoints (self, QPointF)
QPaintEngine.drawPoints (self, QPoint)
QPaintEngine.drawRects (self, QRect)
QPaintEngine.drawRects (self, QRectF)
QPaintEngine.drawTextItem (self, QPointF, QTextItem)
QPaintEngine.drawTiledPixmap (self, QRectF, QPixmap, QPointF)
bool QPaintEngine.end (self)
This method is abstract and should be reimplemented in any sub-class.
bool QPaintEngine.isActive (self)
QPaintDevice QPaintEngine.paintDevice (self)
QPainter QPaintEngine.painter (self)
QPaintEngine.setActive (self, bool)
QPaintEngine.setPaintDevice (self, QPaintDevice)
Type QPaintEngine.type (self)
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.