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

(59ea7d73c8818b4c094d6dc9a4dcedaaa74bd530)

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

◆ operator<<() [2/4]

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

Definition at line 2499 of file qrect.cpp.

◆ operator<<() [3/4]

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

Definition at line 1283 of file qrect.cpp.

◆ operator<<() [4/4]

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

Definition at line 2531 of file qrect.cpp.

◆ operator>>() [1/2]

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

Definition at line 1264 of file qrect.cpp.

◆ operator>>() [2/2]

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

Definition at line 2516 of file qrect.cpp.