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

(ed6d1fa71a79a70b7e6a20fbbc737ed9f6c287b1)

#include <QtDBus/qtdbusglobal.h>
#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
#include <QtCore/qhashfunctions.h>
+ Include dependency graph for qdbusextratypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDBusObjectPath
 \inmodule QtDBus More...
 
class  QDBusSignature
 \inmodule QtDBus More...
 
class  QDBusVariant
 \inmodule QtDBus More...
 

Functions

bool operator== (const QDBusObjectPath &lhs, const QDBusObjectPath &rhs)
 
bool operator!= (const QDBusObjectPath &lhs, const QDBusObjectPath &rhs)
 
bool operator< (const QDBusObjectPath &lhs, const QDBusObjectPath &rhs)
 
size_t qHash (const QDBusObjectPath &objectPath, size_t seed=0)
 
Q_DBUS_EXPORT QDebug operator<< (QDebug, const QDBusObjectPath &)
 
bool operator== (const QDBusSignature &lhs, const QDBusSignature &rhs)
 
bool operator!= (const QDBusSignature &lhs, const QDBusSignature &rhs)
 
bool operator< (const QDBusSignature &lhs, const QDBusSignature &rhs)
 
size_t qHash (const QDBusSignature &signature, size_t seed=0)
 
bool operator== (const QDBusVariant &v1, const QDBusVariant &v2)
 

Function Documentation

◆ operator!=() [1/2]

bool operator!= ( const QDBusObjectPath & lhs,
const QDBusObjectPath & rhs )
inline

Definition at line 63 of file qdbusextratypes.h.

References QDBusObjectPath::path().

+ Here is the call graph for this function:

◆ operator!=() [2/2]

bool operator!= ( const QDBusSignature & lhs,
const QDBusSignature & rhs )
inline

Definition at line 122 of file qdbusextratypes.h.

References QDBusSignature::signature().

+ Here is the call graph for this function:

◆ operator<() [1/2]

bool operator< ( const QDBusObjectPath & lhs,
const QDBusObjectPath & rhs )
inline

Definition at line 66 of file qdbusextratypes.h.

References QDBusObjectPath::path().

+ Here is the call graph for this function:

◆ operator<() [2/2]

bool operator< ( const QDBusSignature & lhs,
const QDBusSignature & rhs )
inline

Definition at line 125 of file qdbusextratypes.h.

References QDBusSignature::signature().

+ Here is the call graph for this function:

◆ operator<<()

Q_DBUS_EXPORT QDebug operator<< ( QDebug dbg,
const QDBusObjectPath & path )

Definition at line 16 of file qdbusextratypes.cpp.

◆ operator==() [1/3]

bool operator== ( const QDBusObjectPath & lhs,
const QDBusObjectPath & rhs )
inline

Definition at line 60 of file qdbusextratypes.h.

References QDBusObjectPath::path().

+ Here is the call graph for this function:

◆ operator==() [2/3]

bool operator== ( const QDBusSignature & lhs,
const QDBusSignature & rhs )
inline

Definition at line 119 of file qdbusextratypes.h.

References QDBusSignature::signature().

+ Here is the call graph for this function:

◆ operator==() [3/3]

bool operator== ( const QDBusVariant & v1,
const QDBusVariant & v2 )
inline

Definition at line 157 of file qdbusextratypes.h.

◆ qHash() [1/2]

size_t qHash ( const QDBusObjectPath & objectPath,
size_t seed = 0 )
inline

Definition at line 69 of file qdbusextratypes.h.

References QDBusObjectPath::path(), qHash(), and seed.

Referenced by qHash(), and qHash().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qHash() [2/2]

size_t qHash ( const QDBusSignature & signature,
size_t seed = 0 )
inline

Definition at line 128 of file qdbusextratypes.h.

References qHash(), and seed.

+ Here is the call graph for this function: