![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdbuspendingreply.h>
Protected Member Functions | |
| QDBusPendingReplyBase () | |
| void | assign (const QDBusPendingCall &call) |
| void | assign (const QDBusMessage &message) |
| QVariant | argumentAt (int index) const |
| void | setMetaTypes (int count, const QMetaType *metaTypes) |
| Protected Member Functions inherited from QDBusPendingCall | |
| QDBusPendingCall (QDBusPendingCallPrivate *dd) | |
Additional Inherited Members | |
| Public Member Functions inherited from QDBusPendingCall | |
| QDBusPendingCall (const QDBusPendingCall &other) | |
| Creates a copy of the other pending asynchronous call. | |
| QDBusPendingCall (QDBusPendingCall &&other) noexcept=default | |
| ~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 Public Member Functions inherited from QDBusPendingCall | |
| static QDBusPendingCall | fromError (const QDBusError &error) |
| static QDBusPendingCall | fromCompletedCall (const QDBusMessage &message) |
| Protected Attributes inherited from QDBusPendingCall | |
| QExplicitlySharedDataPointer< QDBusPendingCallPrivate > | d |
Definition at line 19 of file qdbuspendingreply.h.
|
protected |
Definition at line 230 of file qdbuspendingreply.cpp.
|
protected |
Definition at line 252 of file qdbuspendingreply.cpp.
|
protected |
Definition at line 246 of file qdbuspendingreply.cpp.
|
protected |
Definition at line 241 of file qdbuspendingreply.cpp.
Definition at line 262 of file qdbuspendingreply.cpp.