QDBusSignature 类使程序员能够标识由 D-Bus 类型系统提供的 SIGNATURE 类型。 更多...
头: | #include <QDBusSignature> |
qmake: | QT += dbus |
Since: | Qt 4.2 |
该类在 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 ) |
另请参阅 Qt D-Bus 类型系统 .
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.
另请参阅 setSignature ().
Assigns the value of the given signature to this signature.
另请参阅 signature ().
Returns this signature.
另请参阅 setSignature ().
交换此 QDBusSignature 实例与 other .