DCOPReply Class Reference
Represents the return value of a DCOPRef:call() or DCOPRef:send() invocation. More...
#include <dcopref.h>
Collaboration diagram for DCOPReply:

Public Member Functions | |
template<class T> | |
operator T () | |
template<class T> | |
bool | get (T &t, const char *tname) |
template<class T> | |
bool | get (T &t) |
bool | isValid () const |
Public Attributes | |
QByteArray | data |
QCString | type |
Detailed Description
Represents the return value of a DCOPRef:call() or DCOPRef:send() invocation.
- See also:
- DCOPRef
- Since:
- 3.1
Definition at line 44 of file dcopref.h.
Member Function Documentation
|
Casts the value to the type
Requires that the type |
|
Retrieves the value from the type
Requires that the type
|
|
Retrieves the value from the type
Requires that the type
|
|
Checks whether the type is valid.
|
Member Data Documentation
|
The serialized data.
|
|
The name of the type, or 0 if unknown.
|
The documentation for this class was generated from the following files: