- enum TransformationMode
- QWMatrix ()
- QWMatrix ( double m11, double m12, double m21, double m22, double dx, double dy )
- QWMatrix ( const QWMatrix & matrix )
- double det () const
- double dx () const
- double dy () const
- QWMatrix 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
- QRect map ( const QRect & r ) const
- void map ( double x, double y, double * tx, double * ty ) const
- QPoint map ( const QPoint & p ) const
|
- QPointArray map ( const QPointArray & a ) const
- QRegion map ( const QRegion & r ) const
- QRect mapRect ( const QRect & rect ) const
- QPointArray mapToPolygon ( const QRect & rect ) const
- QRegion mapToRegion ( const QRect & rect ) const
- void reset ()
- QWMatrix & rotate ( double a )
- QWMatrix & scale ( double sx, double sy )
- void setMatrix ( double m11, double m12, double m21, double m22, double dx, double dy )
- void setTransformationMode ( QWMatrix::TransformationMode m )
- QWMatrix & shear ( double sh, double sv )
- TransformationMode transformationMode ()
- QWMatrix & translate ( double dx, double dy )
- bool operator!= ( const QWMatrix & m ) const
- QWMatrix & operator*= ( const QWMatrix & m )
- QWMatrix & operator= ( const QWMatrix & matrix )
- bool operator== ( const QWMatrix & m ) const
|