#include <dcopref.h>
Public Methods | |
| 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 |
| The serialized data. | |
| QCString | type |
| The name of the type, or 0 if unknown. | |
Definition at line 43 of file dcopref.h.
|
||||||||||
|
Retrieves the value from the type
Definition at line 87 of file dcopref.h. References data. |
|
||||||||||||||||
|
Retrieves the value from the type
Definition at line 70 of file dcopref.h. References data. |
|
|
Checks whether the type is valid.
Definition at line 100 of file dcopref.h. References type. |
|
|||||||||
|
Casts the value to the type Definition at line 53 of file dcopref.h. References data. |
1.2.18