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 |
This class was introduced in Qt 4.2.
QDBusObjectPath(const QString &path) | |
QDBusObjectPath(QLatin1String path) | |
QDBusObjectPath(const char *path) | |
QDBusObjectPath() | |
QString | path() const |
void | setPath(const QString &path) |
void | swap(QDBusObjectPath &other) |
See also The Qt D-Bus Type System.
Constructs a new object path from the given path.
Constructs a new object path from the given path.
Constructs a new object path from the given path.
See also setPath().
Constructs a new object path.
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.13/qdbusobjectpath.html