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