Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qrect.cpp File Reference

(1145e1709d1072f7dd45683e9c25a14615603854)

#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 1227 of file qrect.cpp.

◆ operator<<() [2/4]

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

Definition at line 2467 of file qrect.cpp.

◆ operator<<() [3/4]

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

Definition at line 1267 of file qrect.cpp.

◆ operator<<() [4/4]

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

Definition at line 2499 of file qrect.cpp.

◆ operator>>() [1/2]

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

Definition at line 1248 of file qrect.cpp.

◆ operator>>() [2/2]

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

Definition at line 2484 of file qrect.cpp.