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

(3ca9877f8cae41e1b1cb3c72d4a7872d97fb8254)

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

Go to the source code of this file.

Functions

QDataStreamoperator<< (QDataStream &s, const QSize &sz)
 
QDataStreamoperator>> (QDataStream &s, QSize &sz)
 
QDebug operator<< (QDebug dbg, const QSize &s)
 
QDataStreamoperator<< (QDataStream &s, const QSizeF &sz)
 
QDataStreamoperator>> (QDataStream &s, QSizeF &sz)
 
QDebug operator<< (QDebug dbg, const QSizeF &s)
 

Function Documentation

◆ operator<<() [1/4]

QDataStream & operator<< ( QDataStream & s,
const QSize & sz )
related

Definition at line 393 of file qsize.cpp.

◆ operator<<() [2/4]

QDataStream & operator<< ( QDataStream & s,
const QSizeF & sz )
related

Definition at line 844 of file qsize.cpp.

◆ operator<<() [3/4]

QDebug operator<< ( QDebug dbg,
const QSize & s )

Definition at line 429 of file qsize.cpp.

References QtDebugUtils::formatQSize().

+ Here is the call graph for this function:

◆ operator<<() [4/4]

QDebug operator<< ( QDebug dbg,
const QSizeF & s )

Definition at line 872 of file qsize.cpp.

References QtDebugUtils::formatQSize().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

QDataStream & operator>> ( QDataStream & s,
QSize & sz )
related

Definition at line 412 of file qsize.cpp.

◆ operator>>() [2/2]

QDataStream & operator>> ( QDataStream & s,
QSizeF & sz )
related

Definition at line 860 of file qsize.cpp.