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
geocluetypes.h File Reference

(503723f0699911cd54d68e4f3379486ce54b01b3)

#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)
 
QDBusArgumentoperator<< (QDBusArgument &arg, const Timestamp &ts)
 
const QDBusArgumentoperator>> (const QDBusArgument &arg, Timestamp &ts)
 

Function Documentation

◆ operator<<()

QDBusArgument & operator<< ( QDBusArgument & arg,
const Timestamp & ts )

Definition at line 10 of file geocluetypes.cpp.

References arg.

◆ operator>>()

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.

◆ Q_DECLARE_TYPEINFO()

QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO ( Timestamp ,
Q_RELOCATABLE_TYPE  )