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

(9d4e1b9f8d36821ee7a38ca6485c7a9ad57cb27b)

#include "qrect.h"
#include "qdatastream.h"
#include "qmath.h"
#include <private/qdebug_p.h>
+ Include dependency graph for qrect.cpp:

Go to the source code of this file.

Functions

QDataStreamoperator<< (QDataStream &s, const QRect &r)
 
QDataStreamoperator>> (QDataStream &s, QRect &r)
 
QDebug operator<< (QDebug dbg, const QRect &r)
 
QDataStreamoperator<< (QDataStream &s, const QRectF &r)
 
QDataStreamoperator>> (QDataStream &s, QRectF &r)
 
QDebug operator<< (QDebug dbg, const QRectF &r)
 

Function Documentation

◆ operator<<() [1/4]

QDataStream & operator<< ( QDataStream & s,
const QRect & r )
related

Definition at line 1229 of file qrect.cpp.

◆ operator<<() [2/4]

QDataStream & operator<< ( QDataStream & s,
const QRectF & r )
related

Definition at line 2471 of file qrect.cpp.

◆ operator<<() [3/4]

QDebug operator<< ( QDebug dbg,
const QRect & r )

Definition at line 1269 of file qrect.cpp.

References QtDebugUtils::formatQRect().

+ Here is the call graph for this function:

◆ operator<<() [4/4]

QDebug operator<< ( QDebug dbg,
const QRectF & r )

Definition at line 2503 of file qrect.cpp.

References QtDebugUtils::formatQRect().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

QDataStream & operator>> ( QDataStream & s,
QRect & r )
related

Definition at line 1250 of file qrect.cpp.

◆ operator>>() [2/2]

QDataStream & operator>> ( QDataStream & s,
QRectF & r )
related

Definition at line 2488 of file qrect.cpp.