NAME

Qt::Gui::QMatrix

PUBLIC METHODS

QMatrix()
QMatrix(Qt::Initialization arg0)
QMatrix(const QMatrix & matrix)
QMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy)
qreal det()
qreal determinant()
qreal dx()
qreal dy()
QMatrix inverted(bool * invertible)
QMatrix inverted(bool * invertible = 0)
bool isIdentity()
bool isInvertible()
qreal m11()
qreal m12()
qreal m21()
qreal m22()
QPoint map(const QPoint & p)
QPointF map(const QPointF & p)
QLine map(const QLine & l)
QLineF map(const QLineF & l)
QPolygonF map(const QPolygonF & a)
QPolygon map(const QPolygon & a)
QRegion map(const QRegion & r)
QPainterPath map(const QPainterPath & p)
void map(int x, int y, int * tx, int * ty)
void map(qreal x, qreal y, qreal * tx, qreal * ty)
QRect mapRect(const QRect & arg0)
QRectF mapRect(const QRectF & arg0)
QPolygon mapToPolygon(const QRect & r)
QVariant operator QVariant()
bool operator!=(const QMatrix & arg0)
QMatrix operator*(const QMatrix & o)
QMatrix & operator*=(const QMatrix & arg0)
QMatrix & operator=(const QMatrix & arg0)
bool operator==(const QMatrix & arg0)
void reset()
QMatrix & rotate(qreal a)
QMatrix & scale(qreal sx, qreal sy)
void setMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy)
QMatrix & shear(qreal sh, qreal sv)
QMatrix & translate(qreal dx, qreal dy)

ENUM VALUES

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.

See http://dev.perl.org/licenses/artistic.html