![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <string.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qlist.h>
#include <QtCore/qmetaobject.h>
#include <QtCore/qvariant.h>
#include <private/qurl_p.h>
#include "qdbusutil_p.h"
#include "qdbusconnection_p.h"
#include "qdbusabstractadaptor_p.h"
#include "qdbusmetatype_p.h"
Go to the source code of this file.
Functions | |
bool | qDBusCheckAsyncTag (const char *tag) |
QString | qDBusInterfaceFromMetaObject (const QMetaObject *mo) |
bool | qDBusInterfaceInObject (QObject *obj, const QString &interface_name) |
int | qDBusParametersForMethod (const QMetaMethod &mm, QList< QMetaType > &metaTypes, QString &errorMsg) |
int | qDBusParametersForMethod (const QList< QByteArray > ¶meterTypes, QList< QMetaType > &metaTypes, QString &errorMsg) |
bool qDBusCheckAsyncTag | ( | const char * | tag | ) |
Definition at line 26 of file qdbusmisc.cpp.
QString qDBusInterfaceFromMetaObject | ( | const QMetaObject * | mo | ) |
Definition at line 43 of file qdbusmisc.cpp.
Definition at line 104 of file qdbusmisc.cpp.
int qDBusParametersForMethod | ( | const QList< QByteArray > & | parameterTypes, |
QList< QMetaType > & | metaTypes, | ||
QString & | errorMsg ) |
Definition at line 144 of file qdbusmisc.cpp.
References QDBusMetaTypeId::init().
int qDBusParametersForMethod | ( | const QMetaMethod & | mm, |
QList< QMetaType > & | metaTypes, | ||
QString & | errorMsg ) |
Definition at line 125 of file qdbusmisc.cpp.