![]() |
Qt 6.x
The Qt SDK
|
#include <qdbuspendingreply.h>
Protected Member Functions | |
QDBusPendingReplyBase () | |
~QDBusPendingReplyBase () | |
void | assign (const QDBusPendingCall &call) |
void | assign (const QDBusMessage &message) |
QVariant | argumentAt (int index) const |
void | setMetaTypes (int count, const QMetaType *metaTypes) |
![]() | |
QDBusPendingCall (QDBusPendingCallPrivate *dd) | |
Additional Inherited Members | |
![]() | |
QDBusPendingCall (const QDBusPendingCall &other) | |
Creates a copy of the other pending asynchronous call. | |
~QDBusPendingCall () | |
Destroys this copy of the QDBusPendingCall object. | |
QDBusPendingCall & | operator= (QDBusPendingCall &&other) noexcept |
QDBusPendingCall & | operator= (const QDBusPendingCall &other) |
Creates a copy of the other pending asynchronous call and drops the reference to the previously-referenced call. | |
void | swap (QDBusPendingCall &other) noexcept |
bool | isFinished () const |
void | waitForFinished () |
bool | isError () const |
bool | isValid () const |
QDBusError | error () const |
QDBusMessage | reply () const |
![]() | |
static QDBusPendingCall | fromError (const QDBusError &error) |
static QDBusPendingCall | fromCompletedCall (const QDBusMessage &message) |
![]() | |
QExplicitlySharedDataPointer< QDBusPendingCallPrivate > | d |
Definition at line 16 of file qdbuspendingreply.h.
|
protected |
Definition at line 211 of file qdbuspendingreply.cpp.
|
protected |
Definition at line 216 of file qdbuspendingreply.cpp.
|
protected |
Definition at line 231 of file qdbuspendingreply.cpp.
References QDBusMessage::arguments(), QDBusPendingCall::d, QDBusPendingCallPrivate::replyMessage, QList< T >::value(), and QDBusPendingCallPrivate::waitForFinished().
|
protected |
Definition at line 225 of file qdbuspendingreply.cpp.
References QDBusPendingCall::d, QDBusPendingCall::QDBusPendingCallPrivate, and QDBusPendingCallPrivate::replyMessage.
|
protected |
Definition at line 220 of file qdbuspendingreply.cpp.
References QDBusPendingCall::operator=(), and other().
Definition at line 241 of file qdbuspendingreply.cpp.
References QDBusPendingCallPrivate::checkReceivedSignature(), QDBusPendingCall::d, QDBusPendingCallPrivate::mutex, Q_ASSERT, and QDBusPendingCallPrivate::setMetaTypes().