dcop
dcopref.h File Reference
#include <qcstring.h>
#include <dcoptypes.h>
#include <kdatastream.h>
#include "kdelibs_export.h"
Include dependency graph for dcopref.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DCOPArg |
A generic DCOP argument. More... | |
class | DCOPRef |
A DCOPRef(erence) encapsulates a remote DCOP object as a triple <app,obj,type> where type is optional. More... | |
class | DCOPReply |
Represents the return value of a DCOPRef:call() or DCOPRef:send() invocation. More... | |
Functions | |
const char * | dcopTypeName (const DCOPArg &arg) |
DCOP_EXPORT QDataStream & | operator<< (QDataStream &, const DCOPRef &ref) |
QDataStream & | operator<< (QDataStream &str, const DCOPArg &arg) |
DCOP_EXPORT QDataStream & | operator>> (QDataStream &, DCOPRef &ref) |
Function Documentation
DCOP_EXPORT QDataStream& operator<< | ( | QDataStream & | , | |
const DCOPRef & | ref | |||
) |
Writes the reference (NOT the object itself) to the stream.
Definition at line 201 of file dcopref.cpp.
QDataStream& operator<< | ( | QDataStream & | str, | |
const DCOPArg & | arg | |||
) | [inline] |
DCOP_EXPORT QDataStream& operator>> | ( | QDataStream & | , | |
DCOPRef & | ref | |||
) |