DCOPObjectProxy Class Reference
You must use a proxy if you want to dispatch method calls for object IDs which don't have (yet) a corresponding DCOPObject. More...
#include <dcopobject.h>
Public Member Functions | |
DCOPObjectProxy () | |
DCOPObjectProxy (DCOPClient *) | |
virtual | ~DCOPObjectProxy () |
virtual bool | process (const QCString &obj, const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData) |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
You must use a proxy if you want to dispatch method calls for object IDs which don't have (yet) a corresponding DCOPObject.This is somewhat like virtual object references in CORBA.
- See also:
- DCOPObject
- Author:
- Matthias Ettrich <ettrich@kde.org>
Definition at line 351 of file dcopobject.h.
Constructor & Destructor Documentation
|
Creates a new proxy. Definition at line 250 of file dcopobject.cpp. References QPtrList::append(). |
|
Obsolete, do not use. DCOP clients know about object proxies automatically. Definition at line 257 of file dcopobject.cpp. References QPtrList::append(). |
|
Destroy the proxy. Definition at line 264 of file dcopobject.cpp. References QPtrList::removeRef(). |
Member Function Documentation
|
Reimplement this method to dispatch method calls.
This method is called of all proxies if the DCOPClient knows no object with the id
The object id
|
The documentation for this class was generated from the following files: