- enum TransformationType
- QTransform()
- QTransform(qreal , qreal , qreal , qreal , qreal , qreal , qreal , qreal , qreal )
- QTransform(qreal , qreal , qreal , qreal , qreal , qreal )
- QTransform(const QMatrix &)
- QTransform(QTransform &&)
- QTransform(const QTransform &)
- m11() const : qreal
- m12() const : qreal
- m13() const : qreal
- m21() const : qreal
- m22() const : qreal
- m23() const : qreal
- m31() const : qreal
- m32() const : qreal
- m33() const : qreal
- adjoint() const : QTransform
- determinant() const : qreal
- dx() const : qreal
- dy() const : qreal
- fromScale(qreal , qreal ) : QTransform
- fromTranslate(qreal , qreal ) : QTransform
- inverted(bool *) const : QTransform
- isAffine() const : bool
- isIdentity() const : bool
- isInvertible() const : bool
- isRotating() const : bool
- isScaling() const : bool
- isTranslating() const : bool
- map(qreal , qreal , qreal *, qreal *) const
- map(const QPointF &) const : QPointF
- map(const QLine &) const : QLine
- map(const QLineF &) const : QLineF
|
- map(const QPolygonF &) const : QPolygonF
- map(const QPolygon &) const : QPolygon
- map(const QRegion &) const : QRegion
- map(const QPainterPath &) const : QPainterPath
- map(int , int , int *, int *) const
- map(const QPoint &) const : QPoint
- mapRect(const QRectF &) const : QRectF
- mapRect(const QRect &) const : QRect
- mapToPolygon(const QRect &) const : QPolygon
- quadToQuad(const QPolygonF &, const QPolygonF &, QTransform &) : bool
- quadToSquare(const QPolygonF &, QTransform &) : bool
- reset()
- rotate(qreal , Qt::Axis ) : QTransform &
- rotateRadians(qreal , Qt::Axis ) : QTransform &
- scale(qreal , qreal ) : QTransform &
- setMatrix(qreal , qreal , qreal , qreal , qreal , qreal , qreal , qreal , qreal )
- shear(qreal , qreal ) : QTransform &
- squareToQuad(const QPolygonF &, QTransform &) : bool
- toAffine() const : const QMatrix &
- translate(qreal , qreal ) : QTransform &
- transposed() const : QTransform
- type() const : QTransform::TransformationType
- operator QVariant() const : QVariant
- operator!=(const QTransform &) const : bool
- operator*(const QTransform &) const : QTransform
- operator*=(const QTransform &) : QTransform &
- operator*=(qreal ) : QTransform &
- operator+=(qreal ) : QTransform &
- operator-=(qreal ) : QTransform &
- operator/=(qreal ) : QTransform &
- operator=(QTransform &&) : QTransform &
- operator=(const QTransform &) : QTransform &
- operator==(const QTransform &) const : bool
|