#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.
Classes
|
| class
|
QMatrix |
Functions
|
| |
Q_DECLARE_TYPEINFO
(QMatrix,
Q_MOVABLE_TYPE) |
|
Q_GUI_EXPORT_INLINE QPoint |
operator*
(const QPoint &p,
const QMatrix
&m) |
|
Q_GUI_EXPORT_INLINE QPointF |
operator*
(const QPointF
&p, const QMatrix
&m) |
|
Q_GUI_EXPORT_INLINE QLineF |
operator*
(const QLineF &l,
const QMatrix
&m) |
|
Q_GUI_EXPORT_INLINE QLine |
operator*
(const QLine &l,
const QMatrix
&m) |
|
Q_GUI_EXPORT_INLINE QPolygon |
operator*
(const QPolygon
&a, const QMatrix
&m) |
|
Q_GUI_EXPORT_INLINE QPolygonF |
operator*
(const QPolygonF
&a, const QMatrix
&m) |
|
Q_GUI_EXPORT_INLINE QRegion |
operator*
(const QRegion &r,
const QMatrix
&m) |
| Q_GUI_EXPORT
QPainterPath |
operator*
(const QPainterPath &p, const
QMatrix &m) |
| bool |
qFuzzyCompare
(const QMatrix
&m1, const QMatrix
&m2) |
| Q_GUI_EXPORT
QDataStream
& |
operator<<
(QDataStream
&, const QMatrix
&) |
| Q_GUI_EXPORT
QDataStream
& |
operator>>
(QDataStream
&, QMatrix
&) |
| Q_GUI_EXPORT
QDebug |
operator<<
(QDebug, const
QMatrix &) |
Function Documentation
| Q_DECLARE_TYPEINFO |
( |
QMatrix |
, |
|
|
Q_MOVABLE_TYPE |
|
|
) |
|
|
| bool qFuzzyCompare |
( |
const QMatrix & |
m1, |
|
|
const QMatrix & |
m2 |
|
) |
|
[inline] |