![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtDBus More...
#include <qdbusintrospection_p.h>
Public Attributes | |
SourceLocation | location |
QString | service |
QString | path |
QStringList | interfaces |
QStringList | childObjects |
![]() | |
QAtomicInt | ref |
Additional Inherited Members | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
\inmodule QtDBus
Information about one object on the bus.
An object on the D-Bus bus is represented by its service and path on the service but, unlike interfaces, objects are mutable. That is, their contents can change with time. Therefore, while the (service, path) pair uniquely identifies an object, the information contained in this struct may no longer represent the object.
An object can contain interfaces and child (sub) objects.
Definition at line 147 of file qdbusintrospection_p.h.
QStringList QDBusIntrospection::Object::childObjects |
Definition at line 154 of file qdbusintrospection_p.h.
QStringList QDBusIntrospection::Object::interfaces |
Definition at line 153 of file qdbusintrospection_p.h.
SourceLocation QDBusIntrospection::Object::location |
Definition at line 149 of file qdbusintrospection_p.h.
QString QDBusIntrospection::Object::path |
Definition at line 151 of file qdbusintrospection_p.h.
Referenced by QDBusXmlParser::QDBusXmlParser().
QString QDBusIntrospection::Object::service |
Definition at line 150 of file qdbusintrospection_p.h.
Referenced by QDBusXmlParser::QDBusXmlParser().