![]() |
Qt 4.8
|
#include <qdbuserror.h>#include <qdbusconnection.h>#include <QtCore/qatomic.h>#include <QtCore/qhash.h>#include <QtCore/qmutex.h>#include <QtCore/qobject.h>#include <QtCore/qpointer.h>#include <QtCore/qreadwritelock.h>#include <QtCore/qstringlist.h>#include <QtCore/qvarlengtharray.h>#include <QtCore/qvector.h>#include "qdbus_symbols_p.h"#include <qdbusmessage.h>Go to the source code of this file.
Classes | |
| class | QDBusConnectionPrivate |
| struct | QDBusConnectionPrivate::ObjectTreeNode |
| struct | QDBusConnectionPrivate::SignalHook |
| struct | QDBusConnectionPrivate::WatchedServiceData |
| struct | QDBusConnectionPrivate::Watcher |
| class | QDBusErrorInternal |
Functions | |
| bool | qDBusCheckAsyncTag (const char *tag) |
| QString | qDBusInterfaceFromMetaObject (const QMetaObject *mo) |
| bool | qDBusInterfaceInObject (QObject *obj, const QString &interface_name) |
| QString | qDBusIntrospectObject (const QDBusConnectionPrivate::ObjectTreeNode &node, const QString &path) |
| int | qDBusNameToTypeId (const char *name) |
| int | qDBusParametersForMethod (const QMetaMethod &mm, QList< int > &metaTypes) |
| QDBusMessage | qDBusPropertyGet (const QDBusConnectionPrivate::ObjectTreeNode &node, const QDBusMessage &msg) |
| QDBusMessage | qDBusPropertyGetAll (const QDBusConnectionPrivate::ObjectTreeNode &node, const QDBusMessage &msg) |
| QDBusMessage | qDBusPropertySet (const QDBusConnectionPrivate::ObjectTreeNode &node, const QDBusMessage &msg) |
| bool qDBusCheckAsyncTag | ( | const char * | tag | ) |
| QString qDBusInterfaceFromMetaObject | ( | const QMetaObject * | mo | ) |
Definition at line 80 of file qdbusmisc.cpp.
Referenced by qDBusGenerateMetaObjectXml(), and qDBusInterfaceInObject().
Definition at line 116 of file qdbusmisc.cpp.
Referenced by QDBusConnectionPrivate::activateObject(), qDBusPropertyGet(), and qDBusPropertySet().
| QString qDBusIntrospectObject | ( | const QDBusConnectionPrivate::ObjectTreeNode & | node, |
| const QString & | path | ||
| ) |
Definition at line 120 of file qdbusinternalfilters.cpp.
Referenced by QDBusConnectionPrivate::activateInternalFilters().
| int qDBusNameToTypeId | ( | const char * | name | ) |
Definition at line 72 of file qdbusmisc.cpp.
Referenced by findSlot(), generateInterfaceXml(), qDBusParametersForMethod(), readAllProperties(), and writeProperty().
| int qDBusParametersForMethod | ( | const QMetaMethod & | mm, |
| QList< int > & | metaTypes | ||
| ) |
Definition at line 137 of file qdbusmisc.cpp.
Referenced by QDBusConnectionPrivate::findSlot(), findSlot(), generateInterfaceXml(), and QDBusAdaptorConnector::relay().
| QDBusMessage qDBusPropertyGet | ( | const QDBusConnectionPrivate::ObjectTreeNode & | node, |
| const QDBusMessage & | msg | ||
| ) |
Definition at line 217 of file qdbusinternalfilters.cpp.
Referenced by QDBusConnectionPrivate::activateInternalFilters().
| QDBusMessage qDBusPropertyGetAll | ( | const QDBusConnectionPrivate::ObjectTreeNode & | node, |
| const QDBusMessage & | msg | ||
| ) |
Definition at line 466 of file qdbusinternalfilters.cpp.
Referenced by QDBusConnectionPrivate::activateInternalFilters().
| QDBusMessage qDBusPropertySet | ( | const QDBusConnectionPrivate::ObjectTreeNode & | node, |
| const QDBusMessage & | msg | ||
| ) |
Definition at line 366 of file qdbusinternalfilters.cpp.
Referenced by QDBusConnectionPrivate::activateInternalFilters().