Qt 4.8
|
#include "qdatastream.h"
#include "qdebug.h"
#include "qmatrix.h"
#include "qregion.h"
#include "qpainterpath.h"
#include "qvariant.h"
#include <qmath.h>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | MAPDOUBLE(x, y, nx, ny) |
#define | MAPINT(x, y, nx, ny) |
Functions | |
Q_GUI_EXPORT QPainterPath | operator* (const QPainterPath &p, const QMatrix &m) |
QDataStream & | operator<< (QDataStream &s, const QMatrix &m) |
QDebug | operator<< (QDebug dbg, const QMatrix &m) |
QDataStream & | operator>> (QDataStream &s, QMatrix &m) |
Q_AUTOTEST_EXPORT QPainterPath | qt_regionToPath (const QRegion ®ion) |
Variables | |
const qreal | deg2rad = qreal(0.017453292519943295769) |
#define MAPDOUBLE | ( | x, | |
y, | |||
nx, | |||
ny | |||
) |
Definition at line 183 of file qmatrix.cpp.
Referenced by QMatrix::map(), QMatrix::mapRect(), and QMatrix::mapToPolygon().
#define MAPINT | ( | x, | |
y, | |||
nx, | |||
ny | |||
) |
Definition at line 191 of file qmatrix.cpp.
Referenced by QMatrix::map().
|
related |
Definition at line 1200 of file qmatrix.cpp.
|
related |
Definition at line 1223 of file qmatrix.cpp.
Referenced by qFuzzyCompare().
Definition at line 1275 of file qmatrix.cpp.
|
related |
Definition at line 1252 of file qmatrix.cpp.
Referenced by qFuzzyCompare().
Q_AUTOTEST_EXPORT QPainterPath qt_regionToPath | ( | const QRegion & | region | ) |
Definition at line 1160 of file qregion.cpp.
Referenced by QMatrix::map().
Definition at line 970 of file qmatrix.cpp.
Referenced by parseTransformationMatrix(), QSvgAnimateTransform::resolveMatrix(), and QMatrix::rotate().