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
qopenvgmatrix.cpp File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include "qopenvgmatrix.h"
+ Include dependency graph for qopenvgmatrix.cpp:

Go to the source code of this file.

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)
 
QDataStreamoperator<< (QDataStream &stream, const QOpenVGMatrix &matrix)
 
QDataStreamoperator>> (QDataStream &stream, QOpenVGMatrix &matrix)
 

Function Documentation

◆ operator*() [1/3]

QOpenVGMatrix operator* ( const QOpenVGMatrix & m1,
const QOpenVGMatrix & m2 )

Definition at line 232 of file qopenvgmatrix.cpp.

◆ operator*() [2/3]

QPointF operator* ( const QOpenVGMatrix & matrix,
const QPointF & point )

Definition at line 287 of file qopenvgmatrix.cpp.

◆ operator*() [3/3]

QPointF operator* ( const QPointF & point,
const QOpenVGMatrix & matrix )

Definition at line 267 of file qopenvgmatrix.cpp.

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & stream,
const QOpenVGMatrix & matrix )

Definition at line 320 of file qopenvgmatrix.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QOpenVGMatrix & m )

Definition at line 307 of file qopenvgmatrix.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & stream,
QOpenVGMatrix & matrix )

Definition at line 329 of file qopenvgmatrix.cpp.