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 .