API reference - Class QTransformNotation used in Ruby API documentation Description: Binding of QTransform Public constructors
Public methods
Public static methods and constants
Detailed description[const] bool !=(const QTransform arg1)Description: Method bool QTransform::operator!=(const QTransform &) [const] QTransform *(const QTransform o)Description: Method QTransform QTransform::operator*(const QTransform &o) [const] QTransform *(double n)Description: Operator QTransform ::operator *(const QTransform &a, qreal n) This is the mapping of the global operator to the instance method. QTransform *=(const QTransform arg1)Description: Method QTransform &QTransform::operator*=(const QTransform &) QTransform *=(double div)Description: Method QTransform &QTransform::operator*=(double div) [const] QTransform +(double n)Description: Operator QTransform ::operator +(const QTransform &a, qreal n) This is the mapping of the global operator to the instance method. QTransform +=(double div)Description: Method QTransform &QTransform::operator+=(double div) [const] QTransform -(double n)Description: Operator QTransform ::operator -(const QTransform &a, qreal n) This is the mapping of the global operator to the instance method. QTransform -=(double div)Description: Method QTransform &QTransform::operator-=(double div) [const] QTransform /(double n)Description: Operator QTransform ::operator /(const QTransform &a, qreal n) This is the mapping of the global operator to the instance method. QTransform /=(double div)Description: Method QTransform &QTransform::operator/=(double div) [const] bool ==(const QTransform arg1)Description: Method bool QTransform::operator==(const QTransform &) [static] QTransform_TransformationType TxNoneDescription: Enum constant QTransform::TxNone [static] QTransform_TransformationType TxProjectDescription: Enum constant QTransform::TxProject [static] QTransform_TransformationType TxRotateDescription: Enum constant QTransform::TxRotate [static] QTransform_TransformationType TxScaleDescription: Enum constant QTransform::TxScale [static] QTransform_TransformationType TxShearDescription: Enum constant QTransform::TxShear [static] QTransform_TransformationType TxTranslateDescription: Enum constant QTransform::TxTranslate [const] QTransform adjointDescription: Method QTransform QTransform::adjoint() QTransform assign(const QTransform arg1)Description: Method QTransform &QTransform::operator=(const QTransform &) [const] void assign(const QTransform other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] double detDescription: Method double QTransform::det() [const] double determinantDescription: Method double QTransform::determinant() [const] QTransform dupDescription: Creates a copy of self [const] double dxDescription: Method double QTransform::dx() [const] double dyDescription: Method double QTransform::dy() [static] QTransform fromScale(double dx,double dy)Description: Static method QTransform QTransform::fromScale(double dx, double dy) This method is static and can be called without an instance. [static] QTransform fromTranslate(double dx,double dy)Description: Static method QTransform QTransform::fromTranslate(double dx, double dy) This method is static and can be called without an instance. [const] QTransform inverted(bool ptr invertible = 0)Description: Method QTransform QTransform::inverted(bool *invertible) [const] bool isAffineDescription: Method bool QTransform::isAffine() [const] bool isAffine?Description: Method bool QTransform::isAffine() [const] bool isIdentityDescription: Method bool QTransform::isIdentity() [const] bool isIdentity?Description: Method bool QTransform::isIdentity() [const] bool isInvertibleDescription: Method bool QTransform::isInvertible() [const] bool isInvertible?Description: Method bool QTransform::isInvertible() [const] bool isRotatingDescription: Method bool QTransform::isRotating() [const] bool isRotating?Description: Method bool QTransform::isRotating() [const] bool isScalingDescription: Method bool QTransform::isScaling() [const] bool isScaling?Description: Method bool QTransform::isScaling() [const] bool isTranslatingDescription: Method bool QTransform::isTranslating() [const] bool isTranslating?Description: Method bool QTransform::isTranslating() [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] double m11Description: Method double QTransform::m11() [const] double m12Description: Method double QTransform::m12() [const] double m13Description: Method double QTransform::m13() [const] double m21Description: Method double QTransform::m21() [const] double m22Description: Method double QTransform::m22() [const] double m23Description: Method double QTransform::m23() [const] double m31Description: Method double QTransform::m31() [const] double m32Description: Method double QTransform::m32() [const] double m33Description: Method double QTransform::m33() [const] QPoint map(const QPoint p)Description: Method QPoint QTransform::map(const QPoint &p) [const] QPointF map(const QPointF p)Description: Method QPointF QTransform::map(const QPointF &p) [const] QLine map(const QLine l)Description: Method QLine QTransform::map(const QLine &l) [const] QLineF map(const QLineF l)Description: Method QLineF QTransform::map(const QLineF &l) [const] QPolygonF map(const QPolygonF a)Description: Method QPolygonF QTransform::map(const QPolygonF &a) [const] QPolygon map(const QPolygon a)Description: Method QPolygon QTransform::map(const QPolygon &a) [const] QRegion map(const QRegion r)Description: Method QRegion QTransform::map(const QRegion &r) [const] QPainterPath map(const QPainterPath p)Description: Method QPainterPath QTransform::map(const QPainterPath &p) [const] void map(int x,int y,int ptr tx,int ptr ty)Description: Method void QTransform::map(int x, int y, int *tx, int *ty) [const] void map(double x,double y,double ptr tx,double ptr ty)Description: Method void QTransform::map(double x, double y, double *tx, double *ty) [const] QRect mapRect(const QRect arg1)Description: Method QRect QTransform::mapRect(const QRect &) [const] QRectF mapRect(const QRectF arg1)Description: Method QRectF QTransform::mapRect(const QRectF &) [const] QPolygon mapToPolygon(const QRect r)Description: Method QPolygon QTransform::mapToPolygon(const QRect &r) [static] new QTransform new(const Qt_Initialization arg1)Description: Constructor QTransform::QTransform(Qt::Initialization) This method creates an object of class QTransform. [static] new QTransform newDescription: Constructor QTransform::QTransform() This method creates an object of class QTransform. [static] new QTransform new(double h11,double h12,double h13,double h21,double h22,double h23,double h31,double h32,double h33 = 1.0)Description: Constructor QTransform::QTransform(double h11, double h12, double h13, double h21, double h22, double h23, double h31, double h32, double h33) This method creates an object of class QTransform. [static] new QTransform new(double h11,double h12,double h21,double h22,double dx,double dy)Description: Constructor QTransform::QTransform(double h11, double h12, double h21, double h22, double dx, double dy) This method creates an object of class QTransform. [static] new QTransform new(const QMatrix mtx)Description: Constructor QTransform::QTransform(const QMatrix &mtx) This method creates an object of class QTransform. [static] bool quadToQuad(const QPolygonF one,const QPolygonF two,QTransform result)Description: Static method bool QTransform::quadToQuad(const QPolygonF &one, const QPolygonF &two, QTransform &result) This method is static and can be called without an instance. [static] bool quadToSquare(const QPolygonF quad,QTransform result)Description: Static method bool QTransform::quadToSquare(const QPolygonF &quad, QTransform &result) This method is static and can be called without an instance. void resetDescription: Method void QTransform::reset() QTransform rotate(double a,const Qt_Axis axis = Qt::ZAxis)Description: Method QTransform &QTransform::rotate(double a, Qt::Axis axis) QTransform rotateRadians(double a,const Qt_Axis axis = Qt::ZAxis)Description: Method QTransform &QTransform::rotateRadians(double a, Qt::Axis axis) QTransform scale(double sx,double sy)Description: Method QTransform &QTransform::scale(double sx, double sy) void setMatrix(double m11,double m12,double m13,double m21,double m22,double m23,double m31,double m32,double m33)Description: Method void QTransform::setMatrix(double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33) QTransform shear(double sh,double sv)Description: Method QTransform &QTransform::shear(double sh, double sv) [static] bool squareToQuad(const QPolygonF square,QTransform result)Description: Static method bool QTransform::squareToQuad(const QPolygonF &square, QTransform &result) This method is static and can be called without an instance. [const] QMatrix toAffineDescription: Method const QMatrix &QTransform::toAffine() QTransform translate(double dx,double dy)Description: Method QTransform &QTransform::translate(double dx, double dy) [const] QTransform transposedDescription: Method QTransform QTransform::transposed() [const] QTransform_TransformationType typeDescription: Method QTransform::TransformationType QTransform::type() |