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 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 86 of file dcopref.h. References data. | 
| 
 | 
| Checks whether the type is valid. 
 
 Definition at line 99 of file dcopref.h. References QCString::isNull(), and type. | 
Member Data Documentation
| 
 | 
| The serialized data. 
 Definition at line 102 of file dcopref.h. Referenced by get(), and operator T(). | 
| 
 | 
| The name of the type, or 0 if unknown. 
 Definition at line 104 of file dcopref.h. Referenced by isValid(). | 
The documentation for this class was generated from the following files:

