#include <QtGui/qmatrix.h>
#include <QtGui/qpainterpath.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>
Go to the source code of this file.
|
Q_GUI_EXPORT_INLINE QPoint | operator* (const QPoint &p, const QTransform &m) |
|
Q_GUI_EXPORT_INLINE QPointF | operator* (const QPointF &p, const QTransform &m) |
|
Q_GUI_EXPORT_INLINE QLineF | operator* (const QLineF &l, const QTransform &m) |
|
Q_GUI_EXPORT_INLINE QLine | operator* (const QLine &l, const QTransform &m) |
|
Q_GUI_EXPORT_INLINE QPolygon | operator* (const QPolygon &a, const QTransform &m) |
|
Q_GUI_EXPORT_INLINE QPolygonF | operator* (const QPolygonF &a, const QTransform &m) |
|
Q_GUI_EXPORT_INLINE QRegion | operator* (const QRegion &r, const QTransform &m) |
|
Q_GUI_EXPORT_INLINE QPainterPath | operator* (const QPainterPath &p, const QTransform &m) |
|
Q_GUI_EXPORT_INLINE QTransform | operator* (const QTransform &a, qreal n) |
|
Q_GUI_EXPORT_INLINE QTransform | operator+ (const QTransform &a, qreal n) |
|
Q_GUI_EXPORT_INLINE QTransform | operator- (const QTransform &a, qreal n) |
|
Q_GUI_EXPORT_INLINE QTransform | operator/ (const QTransform &a, qreal n) |
|
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QTransform &) |
|
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QTransform &) |
|
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QTransform &) |
|
| Q_DECLARE_TYPEINFO (QTransform, Q_MOVABLE_TYPE) |
|
bool | qFuzzyCompare (const QTransform &t1, const QTransform &t2) |
|
◆ operator*() [1/9]
◆ operator*() [2/9]
◆ operator*() [3/9]
◆ operator*() [4/9]
◆ operator*() [5/9]
◆ operator*() [6/9]
◆ operator*() [7/9]
◆ operator*() [8/9]
◆ operator*() [9/9]
◆ operator+()
◆ operator-()
◆ operator/()
◆ operator<<() [1/2]
◆ operator<<() [2/2]
Definition at line 1115 of file qtransform.cpp.
1117 static const char *typeStr[] =
1126 0, 0, 0, 0, 0, 0, 0,
1130 dbg.nospace() <<
"QTransform(type=" << typeStr[m.type()] <<
',' 1131 <<
" 11=" << m.m11()
1132 <<
" 12=" << m.m12()
1133 <<
" 13=" << m.m13()
1134 <<
" 21=" << m.m21()
1135 <<
" 22=" << m.m22()
1136 <<
" 23=" << m.m23()
1137 <<
" 31=" << m.m31()
1138 <<
" 32=" << m.m32()
1139 <<
" 33=" << m.m33()
◆ operator>>()
◆ Q_DECLARE_TYPEINFO()
◆ qFuzzyCompare()
Definition at line 339 of file qtransform.h.
bool qFuzzyCompare(const QMatrix &m1, const QMatrix &m2)
The qFuzzyCompare function is for comparing two matrices using a fuzziness factor.