The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem. 更多...
| 頭: | #include <QDBusObjectPath> |
| qmake: | QT += dbus |
| Since: | Qt 4.2 |
| QDBusObjectPath () | |
| QDBusObjectPath (const char * path ) | |
| QDBusObjectPath (QLatin1String path ) | |
| QDBusObjectPath (const QString & path ) | |
| QDBusObjectPath (QString && p ) | |
| QString | path () const |
| void | setPath (const QString & path ) |
| void | swap (QDBusObjectPath & other ) |
The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem.
另請參閱 Qt D-Bus 類型係統 .
Constructs a new object path.
Constructs a new object path from the given path .
另請參閱 setPath ().
Constructs a new object path from the given path .
Constructs a new object path from the given path .
Default constructs an instance of QDBusObjectPath.
Returns this object path.
另請參閱 setPath ().
Assigns the value of the given path to this object path.
另請參閱 path ().
交換此 QDBusObjectPath 實例與 other .