The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem. More...
Header: | #include <QDBusSignature> |
qmake: | QT += dbus |
Since: | Qt 4.2 |
This class was introduced in Qt 4.2.
QDBusSignature(const QString &signature) | |
QDBusSignature(QLatin1String signature) | |
QDBusSignature(const char *signature) | |
QDBusSignature() | |
void | setSignature(const QString &signature) |
QString | signature() const |
void | swap(QDBusSignature &other) |
See also The Qt D-Bus Type System.
Constructs a new signature from the given signature.
Constructs a new signature from the given signature.
Constructs a new signature from the given signature.
Constructs a new signature.
See also setSignature().
Assigns the value of the given signature to this signature.
See also signature().
Returns this signature.
See also setSignature().
Swaps this QDBusSignature instance with other.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qdbussignature.html