dcop
dcopref.cpp File Reference
#include "dcopref.h"
#include "dcopclient.h"
#include "dcopobject.h"
#include <qdatastream.h>
Include dependency graph for dcopref.cpp:
Go to the source code of this file.
Defines | |
#define | STR(s) ( s.data() ? s.data() : "" ) |
Functions | |
QDataStream & | operator<< (QDataStream &str, const DCOPRef &ref) |
QDataStream & | operator>> (QDataStream &str, DCOPRef &ref) |
Define Documentation
#define STR | ( | s | ) | ( s.data() ? s.data() : "" ) |
Definition at line 31 of file dcopref.cpp.
Function Documentation
QDataStream& operator<< | ( | QDataStream & | str, | |
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, | |
DCOPRef & | ref | |||
) |