Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qrect.cpp File Reference
#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 1225 of file qrect.cpp.

◆ operator<<() [2/4]

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

Definition at line 2447 of file qrect.cpp.

◆ operator<<() [3/4]

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

Definition at line 1265 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 2479 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 1246 of file qrect.cpp.

◆ operator>>() [2/2]

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

Definition at line 2464 of file qrect.cpp.