DCOPArg Class Reference
A generic DCOP argument. More...
#include <dcopref.h>
Collaboration diagram for DCOPArg:

Public Member Functions | |
template<class T> | DCOPArg (const T &t, const char *tname_arg) |
Creates a DCOPArg for DCOPRef::call(). | |
template<class T> | DCOPArg (const T &t) |
Creates a DCOPArg for DCOPRef::call(). | |
Public Attributes | |
QByteArray | data |
The serialized data. | |
const char * | tname |
The signature type name of the data. |
Detailed Description
A generic DCOP argument.This class allows you to use user-defined argument types for DCOPRef::call() or DCOPRef::send().
- See also:
- DCOPRef::call()
- Since:
- 3.1
Definition at line 120 of file dcopref.h.
Constructor & Destructor Documentation
|
Creates a DCOPArg for DCOPRef::call().
|
|
Creates a DCOPArg for DCOPRef::call().
|
Member Data Documentation
|
The serialized data.
Definition at line 152 of file dcopref.h. Referenced by DCOPArg(). |
|
The signature type name of the data.
Definition at line 154 of file dcopref.h. Referenced by DCOPArg(). |
The documentation for this class was generated from the following file: