Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdbusabstractadaptor_p.h File Reference

(a19b57a634eddb8e2d749ff8ad06f87f3feef0ab)

#include <QtDBus/private/qtdbusglobal_p.h>
#include <qdbusabstractadaptor.h>
#include <QtCore/qbytearrayview.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"

Definition at line 30 of file qdbusabstractadaptor_p.h.

◆ QCLASSINFO_DBUS_INTROSPECTION

#define QCLASSINFO_DBUS_INTROSPECTION   "D-Bus Introspection"

Definition at line 31 of file qdbusabstractadaptor_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

◆ qDBusCreateAdaptorConnector()

QDBusAdaptorConnector * qDBusCreateAdaptorConnector ( QObject * object)
extern

Definition at line 52 of file qdbusabstractadaptor.cpp.

References qDBusFindAdaptorConnector().

Here is the call graph for this function:

◆ qDBusFindAdaptorConnector()

QDBusAdaptorConnector * qDBusFindAdaptorConnector ( QObject * object)
extern

Definition at line 32 of file qdbusabstractadaptor.cpp.

Referenced by qDBusCreateAdaptorConnector().

Here is the caller graph for this function: