QMatrix Class Reference
[QtGui module]
Methods
- __init__ (self)
- __init__ (self, float, float, float, float, float, float)
- __init__ (self, QMatrix)
- float det (self)
- float determinant (self)
- float dx (self)
- float dy (self)
- (QMatrix, bool invertible) inverted (self)
- bool isIdentity (self)
- bool isInvertible (self)
- float m11 (self)
- float m12 (self)
- float m21 (self)
- float m22 (self)
- (int, int) map (self, int, int)
- (float, float) map (self, float, float)
- QPoint map (self, QPoint)
- QPointF map (self, QPointF)
- QLine map (self, QLine)
- QLineF map (self, QLineF)
- QPolygonF map (self, QPolygonF)
- QPolygon map (self, QPolygon)
- QRegion map (self, QRegion)
- QPainterPath map (self, QPainterPath)
- QRect mapRect (self, QRect)
- QRectF mapRect (self, QRectF)
- QPolygon mapToPolygon (self, QRect)
- reset (self)
- QMatrix rotate (self, float)
- QMatrix scale (self, float, float)
- setMatrix (self, float, float, float, float, float, float)
- QMatrix shear (self, float, float)
- QMatrix translate (self, float, float)
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)
QLine QMatrix.map (self, QLine)
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)
bool QMatrix.__ne__ (self, QMatrix)