QtBase  v6.3.1
Functions
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 1249 of file qrect.cpp.

◆ operator<<() [2/4]

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

Definition at line 2468 of file qrect.cpp.

◆ operator<<() [3/4]

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

Definition at line 1289 of file qrect.cpp.

Here is the call graph for this function:

◆ operator<<() [4/4]

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

Definition at line 2500 of file qrect.cpp.

Here is the call graph for this function:

◆ operator>>() [1/2]

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

Definition at line 1270 of file qrect.cpp.

◆ operator>>() [2/2]

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

Definition at line 2485 of file qrect.cpp.