Enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem.
More...
The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem.
- See also
- DBus Type System
QDBusSignature::QDBusSignature |
( |
| ) |
|
|
inlinenoexcept |
Constructs a new QDBusSignature.
QDBusSignature::QDBusSignature |
( |
const QString & |
signature | ) |
|
|
inlineexplicit |
Constructs a new QDBusSignature from signature.
Copy constructs a new QDBusSignature from signature.
QDBusSignature::QDBusSignature |
( |
QString && |
signature | ) |
|
|
inlineexplicit |
Move constructs a new QDBusSignature from signature.
void QDBusSignature::setSignature |
( |
const QString & |
signature | ) |
|
|
inline |
Assigns the value of the given signature to this QDBusSignature.
- See also
- signature()
QString QDBusSignature::signature |
( |
| ) |
const |
|
inline |
void QDBusSignature::swap |
( |
QDBusSignature & |
other | ) |
|
|
inlinenoexcept |
Swaps other with this object. This operation is very fast and never fails.