|  | Qt 6.x
    The Qt SDK | 
#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:
 Include dependency graph for qdbusargument.cpp:Go to the source code of this file.
| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| const QDBusArgument & operator>> | ( | const QDBusArgument & | a, | 
| QDateTime & | dt | ||
| ) | 
Definition at line 1163 of file qdbusargument.cpp.
References date, Qt::LocalTime, Qt::OffsetFromUTC, Q_FALLTHROUGH, qWarning, time, Qt::TimeZone, Qt::UTC, and QTimeZone::UTC.
| const QDBusArgument & operator>> | ( | const QDBusArgument & | a, | 
| QLine & | line | ||
| ) | 
Definition at line 1324 of file qdbusargument.cpp.
| const QDBusArgument & operator>> | ( | const QDBusArgument & | a, | 
| QLineF & | line | ||
| ) | 
Definition at line 1344 of file qdbusargument.cpp.
| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function:| const QDBusArgument & operator>> | ( | const QDBusArgument & | a, | 
| QRect & | rect | ||
| ) | 
Definition at line 1206 of file qdbusargument.cpp.
References rect.
| const QDBusArgument & operator>> | ( | const QDBusArgument & | a, | 
| QRectF & | rect | ||
| ) | 
Definition at line 1226 of file qdbusargument.cpp.
References rect.
| 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:
 Here is the call graph for this function:| const QDBusArgument & operator>> | ( | const QDBusArgument & | a, | 
| QSizeF & | size | ||
| ) | 
Definition at line 1264 of file qdbusargument.cpp.
| 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:
 Here is the call graph for this function:| 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:
 Here is the call graph for this function: