The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem.
More...
The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem.
- See also
- DBus Type System
QDBusObjectPath::QDBusObjectPath |
( |
| ) |
|
|
inlinenoexcept |
Constructs a new object path.
QDBusObjectPath::QDBusObjectPath |
( |
const QString & |
path | ) |
|
|
inlineexplicit |
Copy constructs a new QDBusObjectPath from path.
QDBusObjectPath::QDBusObjectPath |
( |
QString && |
path | ) |
|
|
inlineexplicit |
Move constructs a new QDBusObjectPath from path.
QString QDBusObjectPath::path |
( |
| ) |
const |
|
inline |
void QDBusObjectPath::setPath |
( |
const QString & |
path | ) |
|
|
inline |
Assigns the value of the given path to this object path.
- See also
- path()
void QDBusObjectPath::swap |
( |
QDBusObjectPath & |
other | ) |
|
|
inlinenoexcept |
Swaps other with this object. This operation is very fast and never fails.