|  | Qt 6.x
    The Qt SDK | 
\inmodule QtDBus More...
#include <qdbusextratypes.h>
 Collaboration diagram for QDBusSignature:
 Collaboration diagram for QDBusSignature:| Public Member Functions | |
| QDBusSignature () noexcept | |
| Constructs a new signature. | |
| QDBusSignature (const char *signature) | |
| Constructs a new signature from the given signature. | |
| QDBusSignature (QLatin1StringView signature) | |
| Constructs a new signature from the Latin-1 string viewed by signature. | |
| QDBusSignature (const QString &signature) | |
| Constructs a new signature from the given signature. | |
| QDBusSignature (QString &&sig) | |
| void | swap (QDBusSignature &other) noexcept | 
| Swaps this QDBusSignature instance with other. | |
| void | setSignature (const QString &signature) | 
| Assigns the value of the given signature to this signature. | |
| QString | signature () const | 
| Returns this signature. | |
\inmodule QtDBus
The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem.
Definition at line 73 of file qdbusextratypes.h.
| 
 | inlinenoexcept | 
| 
 | inlineexplicit | 
Constructs a new signature from the given signature.
Definition at line 98 of file qdbusextratypes.h.
| 
 | inlineexplicit | 
Constructs a new signature from the Latin-1 string viewed by signature.
Definition at line 102 of file qdbusextratypes.h.
| 
 | inlineexplicit | 
Constructs a new signature from the given signature.
Definition at line 106 of file qdbusextratypes.h.
| 
 | inlineexplicit | 
Definition at line 84 of file qdbusextratypes.h.
Assigns the value of the given signature to this signature.
Definition at line 110 of file qdbusextratypes.h.
| 
 | inline | 
Returns this signature.
Definition at line 90 of file qdbusextratypes.h.
Referenced by operator!=(), operator<(), and operator==().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlinenoexcept | 
Swaps this QDBusSignature instance with other.
Definition at line 86 of file qdbusextratypes.h.
References other().
 Here is the call graph for this function:
 Here is the call graph for this function: