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
qdbusabstractadaptor_p.h File Reference

(22ae4ba3b716eb7c19d827500dbece5965f62c25)

#include <QtDBus/private/qtdbusglobal_p.h>
#include <qdbusabstractadaptor.h>
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/qobject.h>
#include <QtCore/qvariant.h>
#include "private/qobject_p.h"
+ Include dependency graph for qdbusabstractadaptor_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDBusAbstractAdaptorPrivate
 
class  QDBusAdaptorConnector
 
struct  QDBusAdaptorConnector::AdaptorData
 

Macros

#define QCLASSINFO_DBUS_INTERFACE   "D-Bus Interface"
 
#define QCLASSINFO_DBUS_INTROSPECTION   "D-Bus Introspection"
 

Functions

 Q_DECLARE_TYPEINFO (QDBusAdaptorConnector::AdaptorData, Q_PRIMITIVE_TYPE)
 
QDBusAdaptorConnectorqDBusFindAdaptorConnector (QObject *object)
 
QDBusAdaptorConnectorqDBusCreateAdaptorConnector (QObject *object)
 

Macro Definition Documentation

◆ QCLASSINFO_DBUS_INTERFACE

#define QCLASSINFO_DBUS_INTERFACE   "D-Bus Interface"

◆ QCLASSINFO_DBUS_INTROSPECTION

#define QCLASSINFO_DBUS_INTROSPECTION   "D-Bus Introspection"

Definition at line 29 of file qdbusabstractadaptor_p.h.

Referenced by qDBusGenerateMetaObjectXml().

Function Documentation

◆ Q_DECLARE_TYPEINFO()

◆ qDBusCreateAdaptorConnector()

QDBusAdaptorConnector * qDBusCreateAdaptorConnector ( QObject * object)
extern

Definition at line 52 of file qdbusabstractadaptor.cpp.

References qDBusFindAdaptorConnector().

Referenced by QDBusAbstractAdaptor::QDBusAbstractAdaptor().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qDBusFindAdaptorConnector()

QDBusAdaptorConnector * qDBusFindAdaptorConnector ( QObject * object)
extern

Definition at line 32 of file qdbusabstractadaptor.cpp.

References child.

Referenced by qDBusCreateAdaptorConnector(), qDBusFindAdaptorConnector(), qDBusIntrospectObject(), qDBusPropertyGet(), qDBusPropertyGetAll(), and qDBusPropertySet().

+ Here is the caller graph for this function: