The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem. More...
Header: | #include <QDBusSignature> |
CMake: | find_package(Qt6 COMPONENTS Dbus REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Dbus) |
qmake: | QT += dbus |
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-6.2/qdbussignature.html