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

(bfdefa81f83592f6432492206ebe720f57916846)

#include "qdbusargument.h"
#include "qdbusargument_p.h"
#include <qatomic.h>
#include <qbytearray.h>
#include <qdatetime.h>
#include <qline.h>
#include <qlist.h>
#include <qmap.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qrect.h>
#include <qtimezone.h>
#include <qvariant.h>
#include "qdbusmetatype_p.h"
#include "qdbusutil_p.h"
#include "qdbusmarshaller.cpp"
#include "qdbusdemarshaller.cpp"
+ Include dependency graph for qdbusargument.cpp:

Go to the source code of this file.

Functions

QT_END_NAMESPACE QT_BEGIN_NAMESPACE const QDBusArgumentoperator>> (const QDBusArgument &a, QVariant &v)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QDate &date)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QDate &date)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QTime &time)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QTime &time)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QDateTime &dt)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QDateTime &dt)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QRect &rect)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QRect &rect)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QRectF &rect)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QRectF &rect)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QSize &size)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QSize &size)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QSizeF &size)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QSizeF &size)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QPoint &pt)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QPoint &pt)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QPointF &pt)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QPointF &pt)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QLine &line)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QLine &line)
 
const QDBusArgumentoperator>> (const QDBusArgument &a, QLineF &line)
 
QDBusArgumentoperator<< (QDBusArgument &a, const QLineF &line)
 

Function Documentation

◆ operator<<() [1/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QDate & date )

Definition at line 1127 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), date, QDate::day(), QDate::isValid(), QDate::month(), and QDate::year().

+ Here is the call graph for this function:

◆ operator<<() [2/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QDateTime & dt )

Definition at line 1190 of file qdbusargument.cpp.

References Qt::LocalTime, Qt::OffsetFromUTC, Q_UNLIKELY, qWarning, and Qt::UTC.

◆ operator<<() [3/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QLine & line )

Definition at line 1335 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), and line.

+ Here is the call graph for this function:

◆ operator<<() [4/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QLineF & line )

Definition at line 1355 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), and line.

+ Here is the call graph for this function:

◆ operator<<() [5/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QPoint & pt )

Definition at line 1294 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), QPoint::x(), and QPoint::y().

+ Here is the call graph for this function:

◆ operator<<() [6/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QPointF & pt )

Definition at line 1315 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), QPointF::x(), and QPointF::y().

+ Here is the call graph for this function:

◆ operator<<() [7/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QRect & rect )

Definition at line 1217 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), and rect.

+ Here is the call graph for this function:

◆ operator<<() [8/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QRectF & rect )

Definition at line 1237 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), and rect.

+ Here is the call graph for this function:

◆ operator<<() [9/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QSize & size )

Definition at line 1255 of file qdbusargument.cpp.

References QDBusArgument::beginStructure().

+ Here is the call graph for this function:

◆ operator<<() [10/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QSizeF & size )

Definition at line 1276 of file qdbusargument.cpp.

References QDBusArgument::beginStructure().

+ Here is the call graph for this function:

◆ operator<<() [11/11]

QDBusArgument & operator<< ( QDBusArgument & a,
const QTime & time )

Definition at line 1152 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), QTime::hour(), QTime::isValid(), QTime::minute(), QTime::msec(), QTime::second(), and time.

+ Here is the call graph for this function:

◆ operator>>() [1/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QDate & date )

Definition at line 1113 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), d, date, and QDate::setDate().

+ Here is the call graph for this function:

◆ operator>>() [2/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QDateTime & dt )

◆ operator>>() [3/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QLine & line )

Definition at line 1324 of file qdbusargument.cpp.

References line, p1, and p2.

◆ operator>>() [4/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QLineF & line )

Definition at line 1344 of file qdbusargument.cpp.

References line, p1, and p2.

◆ operator>>() [5/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QPoint & pt )

Definition at line 1285 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), QPoint::rx(), and QPoint::ry().

+ Here is the call graph for this function:

◆ operator>>() [6/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QPointF & pt )

Definition at line 1303 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), QPointF::setX(), and QPointF::setY().

+ Here is the call graph for this function:

◆ operator>>() [7/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QRect & rect )

Definition at line 1206 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), and rect.

+ Here is the call graph for this function:

◆ operator>>() [8/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QRectF & rect )

Definition at line 1226 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), and rect.

+ Here is the call graph for this function:

◆ operator>>() [9/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QSize & size )

Definition at line 1246 of file qdbusargument.cpp.

References QDBusArgument::beginStructure().

+ Here is the call graph for this function:

◆ operator>>() [10/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QSizeF & size )

Definition at line 1264 of file qdbusargument.cpp.

References QDBusArgument::beginStructure().

+ Here is the call graph for this function:

◆ operator>>() [11/12]

const QDBusArgument & operator>> ( const QDBusArgument & a,
QTime & time )

Definition at line 1138 of file qdbusargument.cpp.

References QDBusArgument::beginStructure(), QTime::setHMS(), and time.

+ Here is the call graph for this function:

◆ operator>>() [12/12]

Definition at line 1103 of file qdbusargument.cpp.

References QDBusVariant::variant().

+ Here is the call graph for this function: