Home · All Classes · Modules

QPaintEngine Class Reference
[QtGui module]

Types

Methods


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.drawImage (self, QRectF, QImage, QRectF, Qt.ImageConversionFlags flags = Qt.AutoColor)

QPaintEngine.drawLines (self, QLine)

QPaintEngine.drawLines (self, QLineF)

QPaintEngine.drawPath (self, QPainterPath)

QPaintEngine.drawPixmap (self, QRectF, QPixmap, QRectF)

This method is abstract and should be reimplemented in any sub-class.

QPaintEngine.drawPoints (self, QPointF)

QPaintEngine.drawPoints (self, QPoint)

QPaintEngine.drawPolygon (self, QPointF, PolygonDrawMode)

QPaintEngine.drawPolygon (self, QPoint, PolygonDrawMode)

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.hasFeature (self, PaintEngineFeatures)

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.

QPaintEngine.updateState (self, QPaintEngineState)

This method is abstract and should be reimplemented in any sub-class.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0