Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtDBus More...
#include <qdbusextratypes.h>
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 |
\memberswap{signature} | |
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 76 of file qdbusextratypes.h.
|
noexcept |
Constructs a new signature.
Definition at line 37 of file qdbusextratypes.cpp.
|
inlineexplicit |
Constructs a new signature from the given signature.
Definition at line 101 of file qdbusextratypes.h.
|
inlineexplicit |
Constructs a new signature from the Latin-1 string viewed by signature.
Definition at line 105 of file qdbusextratypes.h.
|
inlineexplicit |
Constructs a new signature from the given signature.
Definition at line 109 of file qdbusextratypes.h.
|
inlineexplicit |
Definition at line 87 of file qdbusextratypes.h.
Assigns the value of the given signature to this signature.
Definition at line 113 of file qdbusextratypes.h.
|
inline |
|
inlinenoexcept |
\memberswap{signature}
Definition at line 89 of file qdbusextratypes.h.