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

(473d06970d224b202e7a8ee8feaa2a2d98d5b257)

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

Go to the source code of this file.

Functions

QDataStreamoperator<< (QDataStream &s, const QMargins &m)
 
QDataStreamoperator>> (QDataStream &s, QMargins &m)
 
QDebug operator<< (QDebug dbg, const QMargins &m)
 
QDataStreamoperator<< (QDataStream &s, const QMarginsF &m)
 
QDataStreamoperator>> (QDataStream &s, QMarginsF &m)
 
QDebug operator<< (QDebug dbg, const QMarginsF &m)
 

Function Documentation

◆ operator<<() [1/4]

QDataStream & operator<< ( QDataStream & s,
const QMargins & m )
related

Definition at line 400 of file qmargins.cpp.

◆ operator<<() [2/4]

QDataStream & operator<< ( QDataStream & s,
const QMarginsF & m )
related

Definition at line 787 of file qmargins.cpp.

◆ operator<<() [3/4]

QDebug operator<< ( QDebug dbg,
const QMargins & m )

Definition at line 428 of file qmargins.cpp.

References QtDebugUtils::formatQMargins().

+ Here is the call graph for this function:

◆ operator<<() [4/4]

QDebug operator<< ( QDebug dbg,
const QMarginsF & m )

Definition at line 816 of file qmargins.cpp.

References QtDebugUtils::formatQMargins().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

QDataStream & operator>> ( QDataStream & s,
QMargins & m )
related

Definition at line 416 of file qmargins.cpp.

◆ operator>>() [2/2]

QDataStream & operator>> ( QDataStream & s,
QMarginsF & m )
related

Definition at line 803 of file qmargins.cpp.