class DCOPArg
|
A generic DCOP argument. More... |
|
|
Public Methods
- template DCOPArg ( const T& t, const char* tname_arg )
- template DCOPArg ( const T& t )
Public Members
A generic DCOP argument.
This class allows you to use user-defined argument types for
DCOPRef::call() or DCOPRef::send().
See also: DCOPRef, DCOPReply, DCOPReply
template DCOPArg ( const T& t, const char* tname_arg )
| DCOPArg |
Creates a DCOPArg for DCOPRef::call().
Parameters:
t | the data that will be written to a QDataStream. It must
overload writing to a QDataStream using the "<<"
operator
|
tname_arg | the name of the data that will appear in the
function's signature
|
template DCOPArg ( const T& t )
| DCOPArg |
Creates a DCOPArg for DCOPRef::call().
Parameters:
t | the data that will be written to a QDataStream. It must
overload writing to a QDataStream using the "<<"
operator. The name of the type will be determined by
calling the function dcopTypeName(T) that must be provided
by you.
|
Generated by: caleb on tcdevel on Tue Jan 28 12:54:00 2003, using kdoc $. |