Information about one object on the bus.
#define QT_END_NAMESPACE
This macro expands to.
static Interfaces parseInterfaces(const QString &xml)
Parses the XML document fragment (given by xml) containing several interfaces.
QDBusIntrospection::Interfaces interfaces() const
QSharedDataPointer< QDBusIntrospection::ObjectTree > objectTree() const
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static Object parseObject(const QString &xml, const QString &service=QString(), const QString &path=QString())
Parses the XML document fragment (given by xml) containing one object, found at the service service a...
Complete information about one object node and its descendency.
const_iterator constBegin() const
Returns a const STL-style iterator pointing to the first item in the map.
QSharedDataPointer< QDBusIntrospection::Object > object() const
Information about one interface on the bus.
bool isEmpty() const
Returns true if the map contains no items; otherwise returns false.
static ObjectTree parseObjectTree(const QString &xml, const QString &service, const QString &path)
Parses the XML document fragment (given by xml) containing one object node and returns all the inform...
The QSharedDataPointer class represents a pointer to an implicitly shared object. ...
static Interface parseInterface(const QString &xml)
Parses the XML document fragment (given by xml) containing one interface.