DCOPReply Class Reference
Represents the return value of a DCOPRef:call() or DCOPRef:send() invokation. More...
#include <dcopref.h>
Public Methods | |
template<class T> | operator T () |
Casts the value to the type T . | |
template<class T> bool | get (T &t, const char *tname) |
Retrieves the value from the type T . | |
template<class T> bool | get (T &t) |
Retrieves the value from the type T . | |
bool | isValid () const |
Checks whether the type is valid. | |
Public Attributes | |
QByteArray | data |
The serialized data. | |
QCString | type |
The name of the type, or 0 if unknown. |
Detailed Description
Represents the return value of a DCOPRef:call() or DCOPRef:send() invokation.
- See also:
- DCOPRef , DCOPRef::call() , DCOPArg
- Since:
- 3.1
Definition at line 43 of file dcopref.h.
Member Function Documentation
|
Casts the value to the type
Requires that the type Definition at line 53 of file dcopref.h. References data. |
|
Retrieves the value from the type
Requires that the type
Definition at line 70 of file dcopref.h. References data. |
|
Retrieves the value from the type
Requires that the type
Definition at line 87 of file dcopref.h. References data. |
|
Checks whether the type is valid.
Definition at line 100 of file dcopref.h. References QCString::isNull(), and type. |
Member Data Documentation
|
The serialized data.
Definition at line 103 of file dcopref.h. Referenced by get(), and operator T(). |
|
The name of the type, or 0 if unknown.
Definition at line 105 of file dcopref.h. Referenced by isValid(). |
The documentation for this class was generated from the following files: