Home · All Classes · Modules

QMatrix Class Reference
[QtGui module]

Methods

Special Methods


Detailed Description

This class can be pickled.


Method Documentation

QMatrix.__init__ (self)

QMatrix.__init__ (self, float, float, float, float, float, float)

QMatrix.__init__ (self, QMatrix)

float QMatrix.det (self)

float QMatrix.determinant (self)

float QMatrix.dx (self)

float QMatrix.dy (self)

(QMatrix, bool invertible) QMatrix.inverted (self)

bool QMatrix.isIdentity (self)

bool QMatrix.isInvertible (self)

float QMatrix.m11 (self)

float QMatrix.m12 (self)

float QMatrix.m21 (self)

float QMatrix.m22 (self)

(int, int) QMatrix.map (self, int, int)

(float, float) QMatrix.map (self, float, float)

QPoint QMatrix.map (self, QPoint)

QPointF QMatrix.map (self, QPointF)

QLine QMatrix.map (self, QLine)

QLineF QMatrix.map (self, QLineF)

QPolygonF QMatrix.map (self, QPolygonF)

QPolygon QMatrix.map (self, QPolygon)

QRegion QMatrix.map (self, QRegion)

QPainterPath QMatrix.map (self, QPainterPath)

QRect QMatrix.mapRect (self, QRect)

QRectF QMatrix.mapRect (self, QRectF)

QPolygon QMatrix.mapToPolygon (self, QRect)

QMatrix.reset (self)

QMatrix QMatrix.rotate (self, float)

QMatrix QMatrix.scale (self, float, float)

QMatrix.setMatrix (self, float, float, float, float, float, float)

QMatrix QMatrix.shear (self, float, float)

QMatrix QMatrix.translate (self, float, float)

bool QMatrix.__eq__ (self, QMatrix)

QMatrix QMatrix.__imul__ (self, QMatrix)

QMatrix QMatrix.__mul__ (self, QMatrix)

bool QMatrix.__ne__ (self, QMatrix)


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