The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem. More...
Header: | #include <QDBusObjectPath> |
CMake: | find_package(Qt6 COMPONENTS Dbus REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Dbus) |
qmake: | QT += dbus |
QDBusObjectPath(const QString &path) | |
QDBusObjectPath(QLatin1String path) | |
QDBusObjectPath(const char *path) | |
QDBusObjectPath() | |
QString | path() const |
void | setPath(const QString &path) |
void | swap(QDBusObjectPath &other) |
QVariant | operator QVariant() const |
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.
[since 5.14]
QVariant QDBusObjectPath::operator QVariant() const
Implicit cast to QVariant. Equivalent to calling QVariant::fromValue() with this object as argument.
This function was introduced in Qt 5.14.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qdbusobjectpath.html