Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qdbusargument.cpp File Reference
#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 QDateTime::date(), Qt::LocalTime, Qt::OffsetFromUTC, Q_UNLIKELY, qWarning, QDateTime::time(), QDateTime::timeSpec(), QDateTime::toLocalTime(), QDateTime::toUTC(), and Qt::UTC.

+ Here is the call graph for this function:

◆ 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 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 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 rect.

◆ operator>>() [8/12]

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

Definition at line 1226 of file qdbusargument.cpp.

References rect.

◆ 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.

◆ operator>>() [11/12]

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

Definition at line 1138 of file qdbusargument.cpp.

References QTime::setHMS(), and time.

+ Here is the call graph for this function:

◆ operator>>() [12/12]

QT_END_NAMESPACE QT_BEGIN_NAMESPACE const QDBusArgument & operator>> ( const QDBusArgument a,
QVariant v 
)

Definition at line 1103 of file qdbusargument.cpp.

References QDBusVariant::variant().

+ Here is the call graph for this function: