Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qdbusextratypes.h File Reference
#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)
 
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 116 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 119 of file qdbusextratypes.h.

References QDBusSignature::signature().

+ Here is the call graph for this function:

◆ 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 113 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 151 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 122 of file qdbusextratypes.h.

References qHash(), and seed.

+ Here is the call graph for this function: