QDBusSignature Class

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

Public Functions

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)

Detailed Description

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.

Member Function Documentation

QDBusSignature::QDBusSignature()

Constructs a new signature.

See also setSignature().

QDBusSignature::QDBusSignature(const char *signature)

Constructs a new signature from the given signature.

QDBusSignature::QDBusSignature(QLatin1String signature)

Constructs a new signature from the given signature.

QDBusSignature::QDBusSignature(const QString &signature)

Constructs a new signature from the given signature.

QDBusSignature::QDBusSignature(QString &&sig)

Default constructs an instance of QDBusSignature.

void QDBusSignature::setSignature(const QString &signature)

Assigns the value of the given signature to this signature.

See also signature().

QString QDBusSignature::signature() const

Returns this signature.

See also setSignature().

void QDBusSignature::swap(QDBusSignature &other)

© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.