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
QDBusPendingReply<> Class Reference

#include <qdbuspendingreply.h>

+ Inheritance diagram for QDBusPendingReply<>:
+ Collaboration diagram for QDBusPendingReply<>:

Public Types

enum  { Count = 0 }
 

Public Member Functions

int count () const
 
 QDBusPendingReply ()=default
 
 QDBusPendingReply (const QDBusPendingReply &other)
 
Q_IMPLICIT QDBusPendingReply (const QDBusPendingCall &call)
 
Q_IMPLICIT QDBusPendingReply (const QDBusMessage &message)
 
QDBusPendingReplyoperator= (const QDBusPendingReply &other)
 
QDBusPendingReplyoperator= (const QDBusPendingCall &call)
 
QDBusPendingReplyoperator= (const QDBusMessage &message)
 
- Public Member Functions inherited from QDBusPendingCall
 QDBusPendingCall (const QDBusPendingCall &other)
 Creates a copy of the other pending asynchronous call.
 
 ~QDBusPendingCall ()
 Destroys this copy of the QDBusPendingCall object.
 
QDBusPendingCalloperator= (QDBusPendingCall &&other) noexcept
 
QDBusPendingCalloperator= (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
 

Additional Inherited Members

- Static Public Member Functions inherited from QDBusPendingCall
static QDBusPendingCall fromError (const QDBusError &error)
 
static QDBusPendingCall fromCompletedCall (const QDBusMessage &message)
 
- Protected Member Functions inherited from QDBusPendingReplyBase
 QDBusPendingReplyBase ()
 
 ~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)
 
- Protected Attributes inherited from QDBusPendingCall
QExplicitlySharedDataPointer< QDBusPendingCallPrivated
 

Detailed Description

Definition at line 131 of file qdbuspendingreply.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Count 

Definition at line 134 of file qdbuspendingreply.h.

Constructor & Destructor Documentation

◆ QDBusPendingReply() [1/4]

◆ QDBusPendingReply() [2/4]

Definition at line 138 of file qdbuspendingreply.h.

◆ QDBusPendingReply() [3/4]

Definition at line 141 of file qdbuspendingreply.h.

◆ QDBusPendingReply() [4/4]

Definition at line 143 of file qdbuspendingreply.h.

Member Function Documentation

◆ count()

int QDBusPendingReply<>::count ( ) const
inline

Definition at line 135 of file qdbuspendingreply.h.

References QDBusPendingReply< Types >::Count.

◆ operator=() [1/3]

QDBusPendingReply & QDBusPendingReply<>::operator= ( const QDBusMessage & message)
inline

Definition at line 150 of file qdbuspendingreply.h.

◆ operator=() [2/3]

QDBusPendingReply & QDBusPendingReply<>::operator= ( const QDBusPendingCall & call)
inline

Definition at line 148 of file qdbuspendingreply.h.

◆ operator=() [3/3]

QDBusPendingReply & QDBusPendingReply<>::operator= ( const QDBusPendingReply<> & other)
inline

Definition at line 146 of file qdbuspendingreply.h.

References other().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: