QDBusObjectPath¶
The QDBusObjectPath
class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem. More…
Synopsis¶
Functions¶
Detailed Description¶
See also
- class PySide6.QtDBus.QDBusObjectPath¶
PySide6.QtDBus.QDBusObjectPath(p)
PySide6.QtDBus.QDBusObjectPath(path)
PySide6.QtDBus.QDBusObjectPath(path)
- Parameters
path – str
p – str
Constructs a new object path.
Constructs a new object path from the given path
.
Constructs a new object path from the given path
.
See also
- PySide6.QtDBus.QDBusObjectPath.__ne__(rhs)¶
- Parameters
- Return type
bool
- PySide6.QtDBus.QDBusObjectPath.__lt__(rhs)¶
- Parameters
- Return type
bool
- PySide6.QtDBus.QDBusObjectPath.__eq__(rhs)¶
- Parameters
- Return type
bool
- PySide6.QtDBus.QDBusObjectPath.path()¶
- Return type
str
Returns this object path.
See also
- PySide6.QtDBus.QDBusObjectPath.setPath(path)¶
- Parameters
path – str
Assigns the value of the given path
to this object path.
See also
- PySide6.QtDBus.QDBusObjectPath.swap(other)¶
- Parameters
other –
PySide6.QtDBus.QDBusObjectPath
Swaps this QDBusObjectPath
instance with other
.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.