![]() |
Qt 6.x
The Qt SDK
|
#include <QtDBus/qtdbusglobal.h>#include <QtCore/qbytearray.h>#include <QtCore/qhash.h>#include <QtCore/qglobal.h>#include <QtCore/qlist.h>#include <QtCore/qmap.h>#include <QtCore/qstring.h>#include <QtCore/qstringlist.h>#include <QtCore/qvariant.h>#include <QtDBus/qdbusextratypes.h>
Include dependency graph for qdbusargument.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QDBusArgument |
| \inmodule QtDBus More... | |
Functions | |
| template<typename T > | |
| QT_END_NAMESPACE QT_BEGIN_NAMESPACE T | qdbus_cast (const QDBusArgument &arg) |
| template<typename T > | |
| T | qdbus_cast (const QVariant &v) |
| template<> | |
| QVariant | qdbus_cast< QVariant > (const QDBusArgument &arg) |
| template<> | |
| QVariant | qdbus_cast< QVariant > (const QVariant &v) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QVariant &v) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QDate &date) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QDate &date) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QTime &time) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QTime &time) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QDateTime &dt) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QDateTime &dt) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QRect &rect) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QRect &rect) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QRectF &rect) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QRectF &rect) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QSize &size) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QSize &size) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QSizeF &size) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QSizeF &size) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QPoint &pt) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QPoint &pt) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QPointF &pt) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QPointF &pt) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QLine &line) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QLine &line) |
| Q_DBUS_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &a, QLineF &line) |
| Q_DBUS_EXPORT QDBusArgument & | operator<< (QDBusArgument &a, const QLineF &line) |
| template<template< typename > class Container, typename T , typename = typename Container<T>::iterator> | |
| QDBusArgument & | operator<< (QDBusArgument &arg, const Container< T > &list) |
| template<template< typename > class Container, typename T , typename = typename Container<T>::iterator> | |
| const QDBusArgument & | operator>> (const QDBusArgument &arg, Container< T > &list) |
| QDBusArgument & | operator<< (QDBusArgument &arg, const QVariantList &list) |
| template<template< typename, typename > class Container, typename Key , typename T , QtPrivate::IfAssociativeIteratorHasKeyAndValue< typename Container< Key, T >::iterator > = true> | |
| QDBusArgument & | operator<< (QDBusArgument &arg, const Container< Key, T > &map) |
| template<template< typename, typename > class Container, typename Key , typename T , QtPrivate::IfAssociativeIteratorHasKeyAndValue< typename Container< Key, T >::iterator > = true> | |
| const QDBusArgument & | operator>> (const QDBusArgument &arg, Container< Key, T > &map) |
| QDBusArgument & | operator<< (QDBusArgument &arg, const QVariantMap &map) |
| QDBusArgument & | operator<< (QDBusArgument &arg, const QVariantHash &map) |
| template<typename T1 , typename T2 > | |
| QDBusArgument & | operator<< (QDBusArgument &arg, const QPair< T1, T2 > &pair) |
| template<typename T1 , typename T2 > | |
| const QDBusArgument & | operator>> (const QDBusArgument &arg, QPair< T1, T2 > &pair) |
| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:
|
inline |
Definition at line 234 of file qdbusargument.h.
References arg, QMap< Key, T >::begin(), QMap< Key, T >::end(), it, and map.
Here is the call graph for this function:
|
inline |
Definition at line 195 of file qdbusargument.h.
References arg, QList< T >::begin(), QList< T >::end(), it, and list.
Here is the call graph for this function:
|
inline |
Definition at line 307 of file qdbusargument.h.
References arg.
|
inline |
Definition at line 294 of file qdbusargument.h.
References arg, QMap< Key, T >::asKeyValueRange(), and map.
Here is the call graph for this function:
|
inline |
Definition at line 222 of file qdbusargument.h.
|
inline |
Definition at line 282 of file qdbusargument.h.
References arg, QMap< Key, T >::asKeyValueRange(), and map.
Here is the call graph for this function:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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.
| Q_DBUS_EXPORT const QDBusArgument & operator>> | ( | const QDBusArgument & | a, |
| QLine & | line | ||
| ) |
Definition at line 1324 of file qdbusargument.cpp.
| Q_DBUS_EXPORT const QDBusArgument & operator>> | ( | const QDBusArgument & | a, |
| QLineF & | line | ||
| ) |
Definition at line 1344 of file qdbusargument.cpp.
| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT const QDBusArgument & operator>> | ( | const QDBusArgument & | a, |
| QRect & | rect | ||
| ) |
Definition at line 1206 of file qdbusargument.cpp.
References rect.
| Q_DBUS_EXPORT const QDBusArgument & operator>> | ( | const QDBusArgument & | a, |
| QRectF & | rect | ||
| ) |
Definition at line 1226 of file qdbusargument.cpp.
References rect.
| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT const QDBusArgument & operator>> | ( | const QDBusArgument & | a, |
| QSizeF & | size | ||
| ) |
Definition at line 1264 of file qdbusargument.cpp.
| Q_DBUS_EXPORT 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:| Q_DBUS_EXPORT 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:
|
inline |
Definition at line 266 of file qdbusargument.h.
References arg, QMap< Key, T >::clear(), QMap< Key, T >::insert(), Key, and map.
Here is the call graph for this function:
|
inline |
Definition at line 208 of file qdbusargument.h.
References arg, QList< T >::clear(), item, list, and QList< T >::push_back().
Here is the call graph for this function:
|
inline |
Definition at line 316 of file qdbusargument.h.
References arg.
|
related |
Definition at line 127 of file qdbusargument.h.
|
inline |
Definition at line 134 of file qdbusargument.h.
|
inline |
Definition at line 143 of file qdbusargument.h.
|
inline |
Definition at line 149 of file qdbusargument.h.