dcop
dcopobject.h File Reference
#include <qobject.h>
#include <qmap.h>
#include <qstring.h>
#include <qptrlist.h>
#include <qvaluelist.h>
#include <kdatastream.h>
#include "kdelibs_export.h"
Include dependency graph for dcopobject.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DCOPObject |
Provides an interface for receiving DCOP messages. More... | |
class | DCOPObjectProxy |
You must use a proxy if you want to dispatch method calls for object IDs which don't have (yet) a corresponding DCOPObject. More... | |
Defines | |
#define | ASYNC void |
#define | k_dcop public |
#define | K_DCOP |
#define | k_dcop_hidden public |
#define | k_dcop_signals public |
Typedefs | |
typedef QValueList< QCString > | QCStringList |
Define Documentation
#define ASYNC void |
Definition at line 49 of file dcopobject.h.
#define k_dcop public |
Definition at line 48 of file dcopobject.h.
#define K_DCOP |
Value:
public: \ virtual bool process(const QCString &fun, const QByteArray &data, QCString& replyType, QByteArray &replyData); \ QCStringList functions(); \ QCStringList interfaces(); \ private:
Definition at line 39 of file dcopobject.h.
#define k_dcop_hidden public |
Definition at line 47 of file dcopobject.h.
#define k_dcop_signals public |
Definition at line 46 of file dcopobject.h.
Typedef Documentation
typedef QValueList<QCString> QCStringList |
Definition at line 34 of file dcopobject.h.