![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdbuspendingcall_p.h>
Public Member Functions | |
| QDBusPendingCallPrivate (const QDBusMessage &sent, QDBusConnectionPrivate *connection) | |
| ~QDBusPendingCallPrivate () | |
| bool | setReplyCallback (QObject *target, const char *member) |
| void | waitForFinished () |
| void | waitForFinishedWithGui () |
| void | setMetaTypes (int count, const QMetaType *types) |
| void | checkReceivedSignature () |
| Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| const QDBusMessage | sentMessage |
| QDBusConnectionPrivate *const | connection |
| QPointer< QObject > | receiver |
| QList< QMetaType > | metaTypes |
| int | methodIdx |
| QMutex | mutex |
| QWaitCondition | waitForFinishedCondition |
| QDBusPendingCallWatcherHelper * | watcherHelper |
| QDBusMessage | replyMessage |
| DBusPendingCall * | pending |
| QString | expectedReplySignature |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 40 of file qdbuspendingcall_p.h.
|
inline |
Definition at line 66 of file qdbuspendingcall_p.h.
References QDBusPendingCallPrivate(), connection, pending, and watcherHelper.
Referenced by QDBusPendingCallPrivate().
| QDBusPendingCallPrivate::~QDBusPendingCallPrivate | ( | ) |
Definition at line 102 of file qdbuspendingcall.cpp.
References dbus_pending_call_unref, pending, and watcherHelper.
| void QDBusPendingCallPrivate::checkReceivedSignature | ( | ) |
Definition at line 177 of file qdbuspendingcall.cpp.
Definition at line 158 of file qdbuspendingcall.cpp.
| bool QDBusPendingCallPrivate::setReplyCallback | ( | QObject * | target, |
| const char * | member ) |
Definition at line 111 of file qdbuspendingcall.cpp.
References methodIdx.
| void QDBusPendingCallPrivate::waitForFinished | ( | ) |
Definition at line 200 of file qdbuspendingcall.cpp.
| void QDBusPendingCallPrivate::waitForFinishedWithGui | ( | ) |
Definition at line 210 of file qdbuspendingcall.cpp.
References watcherHelper.
| QDBusConnectionPrivate* const QDBusPendingCallPrivate::connection |
Definition at line 46 of file qdbuspendingcall_p.h.
Referenced by QDBusPendingCallPrivate().
| QString QDBusPendingCallPrivate::expectedReplySignature |
Definition at line 63 of file qdbuspendingcall_p.h.
Definition at line 50 of file qdbuspendingcall_p.h.
| int QDBusPendingCallPrivate::methodIdx |
Definition at line 51 of file qdbuspendingcall_p.h.
Referenced by setReplyCallback().
|
mutable |
Definition at line 55 of file qdbuspendingcall_p.h.
| DBusPendingCall* QDBusPendingCallPrivate::pending |
Definition at line 62 of file qdbuspendingcall_p.h.
Referenced by QDBusPendingCallPrivate(), ~QDBusPendingCallPrivate(), and qDBusResultReceived().
Definition at line 49 of file qdbuspendingcall_p.h.
| QDBusMessage QDBusPendingCallPrivate::replyMessage |
Definition at line 61 of file qdbuspendingcall_p.h.
| const QDBusMessage QDBusPendingCallPrivate::sentMessage |
Definition at line 45 of file qdbuspendingcall_p.h.
| QWaitCondition QDBusPendingCallPrivate::waitForFinishedCondition |
Definition at line 56 of file qdbuspendingcall_p.h.
| QDBusPendingCallWatcherHelper* QDBusPendingCallPrivate::watcherHelper |
Definition at line 60 of file qdbuspendingcall_p.h.
Referenced by QDBusPendingCallPrivate(), ~QDBusPendingCallPrivate(), and waitForFinishedWithGui().