![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qdebug.h>#include <QtCore/QDataStream>#include <QtCore/QPointF>Go to the source code of this file.
Classes | |
| class | QOpenVGMatrix |
Functions | |
| QOpenVGMatrix | operator* (const QOpenVGMatrix &m1, const QOpenVGMatrix &m2) |
| QPointF | operator* (const QPointF &point, const QOpenVGMatrix &matrix) |
| QPointF | operator* (const QOpenVGMatrix &matrix, const QPointF &point) |
| QDebug | operator<< (QDebug dbg, const QOpenVGMatrix &m) |
| QDataStream & | operator<< (QDataStream &, const QOpenVGMatrix &) |
| QDataStream & | operator>> (QDataStream &, QOpenVGMatrix &) |
| QOpenVGMatrix operator* | ( | const QOpenVGMatrix & | m1, |
| const QOpenVGMatrix & | m2 ) |
Definition at line 38 of file qopenvgmatrix.cpp.
| QPointF operator* | ( | const QOpenVGMatrix & | matrix, |
| const QPointF & | point ) |
Definition at line 40 of file qopenvgmatrix.cpp.
| QPointF operator* | ( | const QPointF & | point, |
| const QOpenVGMatrix & | matrix ) |
Definition at line 39 of file qopenvgmatrix.cpp.
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const QOpenVGMatrix & | matrix ) |
Definition at line 320 of file qopenvgmatrix.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| const QOpenVGMatrix & | m ) |
Definition at line 42 of file qopenvgmatrix.cpp.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| QOpenVGMatrix & | matrix ) |
Definition at line 329 of file qopenvgmatrix.cpp.