Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtransform.h File Reference

(a6b55b3c46cf47d560e10a4b69db24a475261546)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qpolygon.h>
#include <QtGui/qregion.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qline.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
+ Include dependency graph for qtransform.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QTransform
 The QTransform class specifies 2D transformations of a coordinate system. More...
 

Functions

 Q_DECLARE_TYPEINFO (QTransform, Q_RELOCATABLE_TYPE)
 
Q_GUI_EXPORT Q_DECL_CONST_FUNCTION size_t qHash (const QTransform &key, size_t seed=0) noexcept
 
QT_WARNING_POP bool qFuzzyCompare (const QTransform &t1, const QTransform &t2)
 
Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QTransform &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QTransform &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QTransform &)
 
QPoint operator* (const QPoint &p, const QTransform &m)
 
QPointF operator* (const QPointF &p, const QTransform &m)
 
QLineF operator* (const QLineF &l, const QTransform &m)
 
QLine operator* (const QLine &l, const QTransform &m)
 
QPolygon operator* (const QPolygon &a, const QTransform &m)
 
QPolygonF operator* (const QPolygonF &a, const QTransform &m)
 
QRegion operator* (const QRegion &r, const QTransform &m)
 
QTransform operator* (const QTransform &a, qreal n)
 
QTransform operator/ (const QTransform &a, qreal n)
 
QTransform operator+ (const QTransform &a, qreal n)
 
QTransform operator- (const QTransform &a, qreal n)
 

Function Documentation

◆ operator*() [1/8]

QLine operator* ( const QLine & l,
const QTransform & m )
related

Definition at line 338 of file qtransform.h.

◆ operator*() [2/8]

QLineF operator* ( const QLineF & l,
const QTransform & m )
related

Definition at line 336 of file qtransform.h.

◆ operator*() [3/8]

QPoint operator* ( const QPoint & p,
const QTransform & m )
related

Definition at line 332 of file qtransform.h.

◆ operator*() [4/8]

QPointF operator* ( const QPointF & p,
const QTransform & m )
related

Definition at line 334 of file qtransform.h.

◆ operator*() [5/8]

QPolygon operator* ( const QPolygon & a,
const QTransform & m )
related

Definition at line 340 of file qtransform.h.

◆ operator*() [6/8]

QPolygonF operator* ( const QPolygonF & a,
const QTransform & m )
related

Definition at line 342 of file qtransform.h.

◆ operator*() [7/8]

QRegion operator* ( const QRegion & r,
const QTransform & m )
related

Definition at line 344 of file qtransform.h.

◆ operator*() [8/8]

QTransform operator* ( const QTransform & a,
qreal n )
inline

Definition at line 347 of file qtransform.h.

◆ operator+()

QTransform operator+ ( const QTransform & a,
qreal n )
inline

Definition at line 351 of file qtransform.h.

◆ operator-()

QTransform operator- ( const QTransform & a,
qreal n )
inline

Definition at line 353 of file qtransform.h.

◆ operator/()

QTransform operator/ ( const QTransform & a,
qreal n )
inline

Definition at line 349 of file qtransform.h.

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & s,
const QTransform & m )
related

Definition at line 1052 of file qtransform.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug dbg,
const QTransform & m )

Definition at line 1100 of file qtransform.cpp.

References typeStr().

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & s,
QTransform & t )
related

Definition at line 1076 of file qtransform.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QTransform ,
Q_RELOCATABLE_TYPE  )

◆ qFuzzyCompare()

QT_WARNING_POP bool qFuzzyCompare ( const QTransform & t1,
const QTransform & t2 )
related

Definition at line 306 of file qtransform.h.

Referenced by QTransform::qFuzzyCompare().

+ Here is the caller graph for this function:

◆ qHash()

Q_GUI_EXPORT Q_DECL_CONST_FUNCTION size_t qHash ( const QTransform & key,
size_t seed = 0 )
related