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 |
| QDBusSignature() | |
| QDBusSignature(const char *signature) | |
| QDBusSignature(QLatin1String signature) | |
| QDBusSignature(const QString &signature) | |
| QDBusSignature(QString &&sig) | |
| void | setSignature(const QString &signature) |
| QString | signature() const |
| void | swap(QDBusSignature &other) |
The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem.
See also The Qt D-Bus Type System.
Constructs a new signature.
See also setSignature().
Constructs a new signature from the given signature.
Constructs a new signature from the given signature.
Constructs a new signature from the given signature.
Default constructs an instance of QDBusSignature.
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/qdbussignature.html