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 .