Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QDBusXmlParser Class Reference

#include <qdbusxmlparser_p.h>

+ Collaboration diagram for QDBusXmlParser:

Public Member Functions

 QDBusXmlParser (const QString &service, const QString &path, const QString &xmlData, QDBusIntrospection::DiagnosticsReporter *reporter=nullptr)
 
QDBusIntrospection::Interfaces interfaces () const
 
QSharedDataPointer< QDBusIntrospection::Objectobject () const
 

Detailed Description

Definition at line 33 of file qdbusxmlparser_p.h.

Constructor & Destructor Documentation

◆ QDBusXmlParser()

QDBusXmlParser::QDBusXmlParser ( const QString & service,
const QString & path,
const QString & xmlData,
QDBusIntrospection::DiagnosticsReporter * reporter = nullptr )

Member Function Documentation

◆ interfaces()

QDBusIntrospection::Interfaces QDBusXmlParser::interfaces ( ) const
inline

Definition at line 48 of file qdbusxmlparser_p.h.

Referenced by QDBusIntrospection::parseInterfaces().

+ Here is the caller graph for this function:

◆ object()

QSharedDataPointer< QDBusIntrospection::Object > QDBusXmlParser::object ( ) const
inline

Definition at line 49 of file qdbusxmlparser_p.h.

Referenced by QDBusIntrospection::parseObject().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: