List of All Members for QMatrix

This is the complete list of members for QMatrix, including inherited members.

  • QMatrix(const QMatrix &)
  • QMatrix(qreal , qreal , qreal , qreal , qreal , qreal )
  • QMatrix()
  • operator=(const QMatrix &) : QMatrix &
  • m11() const : qreal
  • m12() const : qreal
  • m21() const : qreal
  • m22() const : qreal
  • determinant() const : qreal
  • dx() const : qreal
  • dy() const : qreal
  • inverted(bool *) const : QMatrix
  • isIdentity() const : bool
  • isInvertible() const : bool
  • map(qreal , qreal , qreal *, qreal *) const
  • map(int , int , int *, int *) const
  • map(const QPoint &) const : QPoint
  • 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
  • mapRect(const QRectF &) const : QRectF
  • mapRect(const QRect &) const : QRect
  • mapToPolygon(const QRect &) const : QPolygon
  • reset()
  • rotate(qreal ) : QMatrix &
  • scale(qreal , qreal ) : QMatrix &
  • setMatrix(qreal , qreal , qreal , qreal , qreal , qreal )
  • shear(qreal , qreal ) : QMatrix &
  • translate(qreal , qreal ) : QMatrix &
  • operator QVariant() const : QVariant
  • operator!=(const QMatrix &) const : bool
  • operator*(const QMatrix &) const : QMatrix
  • operator*=(const QMatrix &) : QMatrix &
  • operator==(const QMatrix &) const : bool

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.