- QMatrix ()
- QMatrix ( double m11, double m12, double m21, double m22, double dx, double dy )
- QMatrix ( const QMatrix & matrix )
- double det () const
- double dx () const
- double dy () const
- QMatrix invert ( bool * invertible = 0 ) const
- bool isIdentity () const
- bool isInvertible () const
- double m11 () const
- double m12 () const
- double m21 () const
- double m22 () const
- void map ( int x, int y, int * tx, int * ty ) const
- QPainterPath map ( const QPainterPath & p ) const
- void map ( double x, double y, double * tx, double * ty ) const
- QPoint map ( const QPoint & p ) const
- QPointF map ( const QPointF & p ) const
- QLineF map ( const QLineF & l ) const
|
- QPointArray map ( const QPointArray & a ) const
- QPolygon map ( const QPolygon & a ) const
- QRegion map ( const QRegion & r ) const
- QRect mapRect ( const QRect & rect ) const
- QRectF mapRect ( const QRectF & rect ) const
- QPointArray mapToPolygon ( const QRect & rect ) const
- QRegion mapToRegion ( const QRect & rect ) const
- void reset ()
- QMatrix & rotate ( double a )
- QMatrix & scale ( double sx, double sy )
- void setMatrix ( double m11, double m12, double m21, double m22, double dx, double dy )
- QMatrix & shear ( double sh, double sv )
- QMatrix & translate ( double dx, double dy )
- bool operator!= ( const QMatrix & m ) const
- QMatrix operator* ( const QMatrix & m ) const
- QMatrix & operator*= ( const QMatrix & m )
- QMatrix & operator= ( const QMatrix & matrix )
- bool operator== ( const QMatrix & m ) const
|