dcop
marshall.cpp File Reference
#include "../../kdecore/kurl.cpp"
Include dependency graph for marshall.cpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | KDE_QT_ONLY |
Functions | |
QCString | demarshal (QDataStream &stream, const QString &type) |
void | marshall (QDataStream &arg, QCStringList args, uint &i, QString type) |
bool | mkBool (const QString &s) |
QColor | mkColor (const QString &s) |
QPoint | mkPoint (const QString &str) |
QRect | mkRect (const QString &str) |
QSize | mkSize (const QString &str) |
const char * | qStringToC (const QCString &s) |
Define Documentation
#define KDE_QT_ONLY |
Definition at line 23 of file marshall.cpp.
Function Documentation
QCString demarshal | ( | QDataStream & | stream, | |
const QString & | type | |||
) |
Definition at line 101 of file marshall.cpp.
void marshall | ( | QDataStream & | arg, | |
QCStringList | args, | |||
uint & | i, | |||
QString | type | |||
) |
Definition at line 272 of file marshall.cpp.
bool mkBool | ( | const QString & | s | ) |
Definition at line 26 of file marshall.cpp.
Definition at line 87 of file marshall.cpp.
Definition at line 40 of file marshall.cpp.
Definition at line 64 of file marshall.cpp.
Definition at line 52 of file marshall.cpp.
const char* qStringToC | ( | const QCString & | s | ) |
Definition at line 94 of file marshall.cpp.