The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem. More...
| Header: | #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.
See also The Qt D-Bus Type System.
Constructs a new object path.
Constructs a new object path from the given path.
See also 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.
See also setPath().
Assigns the value of the given path to this object path.
See also path().
Swaps this QDBusObjectPath instance with other.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5/qdbusobjectpath.html