![]() |
Qt 6.x
The Qt SDK
|
#include <QtDBus/QDBusArgument>
Include dependency graph for geocluetypes.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Timestamp |
Functions | |
| QT_BEGIN_NAMESPACE | Q_DECLARE_TYPEINFO (Timestamp, Q_RELOCATABLE_TYPE) |
| QDBusArgument & | operator<< (QDBusArgument &arg, const Timestamp &ts) |
| const QDBusArgument & | operator>> (const QDBusArgument &arg, Timestamp &ts) |
| QDBusArgument & operator<< | ( | QDBusArgument & | arg, |
| const Timestamp & | ts | ||
| ) |
Definition at line 10 of file geocluetypes.cpp.
References arg.
| const QDBusArgument & operator>> | ( | const QDBusArgument & | arg, |
| Timestamp & | ts | ||
| ) |
Definition at line 19 of file geocluetypes.cpp.
References arg, Timestamp::m_microseconds, and Timestamp::m_seconds.
| QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO | ( | Timestamp | , |
| Q_RELOCATABLE_TYPE | |||
| ) |