Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qdbusreply.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtDBus/qtdbusglobal.h>
#include <QtCore/qvariant.h>
#include <QtDBus/qdbusmessage.h>
#include <QtDBus/qdbuserror.h>
#include <QtDBus/qdbusextratypes.h>
#include <QtDBus/qdbuspendingreply.h>
+ Include dependency graph for qdbusreply.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDBusReply< T >
 \inmodule QtDBus More...
 
class  QDBusReply< void >
 

Functions

QT_BEGIN_NAMESPACE Q_DBUS_EXPORT void qDBusReplyFill (const QDBusMessage &reply, QDBusError &error, QVariant &data)
 

Function Documentation

◆ qDBusReplyFill()

QT_BEGIN_NAMESPACE Q_DBUS_EXPORT void qDBusReplyFill ( const QDBusMessage & reply,
QDBusError & error,
QVariant & data )

Fills in the QDBusReply data error and data from the reply message reply.

Definition at line 163 of file qdbusreply.cpp.

References QString::arg(), arg, QDBusMetaTypeId::argument(), QDBusMetaType::demarshall(), error, QDBusError::InvalidSignature, reply, QIODevice::size(), and QDBusMetaType::typeToSignature().

Referenced by QDBusReply< T >::operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: