#include <qdbuspendingreply.h>
Definition at line 58 of file qdbuspendingreply.h.
◆ QDBusPendingReplyData()
QDBusPendingReplyData::QDBusPendingReplyData |
( |
| ) |
|
|
protected |
◆ ~QDBusPendingReplyData()
QDBusPendingReplyData::~QDBusPendingReplyData |
( |
| ) |
|
|
protected |
◆ argumentAt()
QVariant QDBusPendingReplyData::argumentAt |
( |
int |
index | ) |
const |
|
protected |
Definition at line 303 of file qdbuspendingreply.cpp.
Referenced by QDBusPendingReply< T1, T2, T3, T4, T5, T6, T7, T8 >::argumentAt().
309 "QDBusPendingReply::argumentAt",
310 "Index out of bounds");
QDBusMessage replyMessage
QExplicitlySharedDataPointer< QDBusPendingCallPrivate > d
QList< QVariant > arguments() const
Returns the list of arguments that are going to be sent or were received from D-Bus.
const T & at(int i) const
Returns the item at index position i in the list.
#define Q_ASSERT_X(cond, where, what)
◆ assign() [1/2]
◆ assign() [2/2]
void QDBusPendingReplyData::assign |
( |
const QDBusMessage & |
message | ) |
|
|
protected |
Definition at line 297 of file qdbuspendingreply.cpp.
friend class QDBusPendingCallPrivate
QDBusMessage replyMessage
QExplicitlySharedDataPointer< QDBusPendingCallPrivate > d
The QDBusMessage class represents one message sent or received over the D-Bus bus.
◆ setMetaTypes()
void QDBusPendingReplyData::setMetaTypes |
( |
int |
count, |
|
|
const int * |
metaTypes |
|
) |
| |
|
protected |
Definition at line 315 of file qdbuspendingreply.cpp.
void checkReceivedSignature()
QExplicitlySharedDataPointer< QDBusPendingCallPrivate > d
void setMetaTypes(int count, const int *types)
The QMutexLocker class is a convenience class that simplifies locking and unlocking mutexes...
The documentation for this class was generated from the following files: