DCOPObjectProxy Class Reference
You must use a proxy if you want to dispatch method calls for object IDs which dont have (yet) a corresponding DCOPObject. More...
#include <dcopobject.h>
Public Member Functions | |
DCOPObjectProxy () | |
Creates a new proxy. | |
DCOPObjectProxy (DCOPClient *) | |
Obsolete, do not use. | |
virtual | ~DCOPObjectProxy () |
Destroy the proxy. | |
virtual bool | process (const QCString &obj, const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData) |
Reimplement this method to dispatch method calls. | |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Friends | |
class | DCOPClient |
Detailed Description
You must use a proxy if you want to dispatch method calls for object IDs which dont 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 350 of file dcopobject.h.
Constructor & Destructor Documentation
|
Creates a new proxy.
Definition at line 250 of file dcopobject.cpp. References QPtrList< DCOPObjectProxy >::append(). |
|
Obsolete, do not use. DCOP clients know about object proxies automatically. This class or method is obsolete, it is provided for compatibility only. Definition at line 257 of file dcopobject.cpp. References QPtrList< DCOPObjectProxy >::append(). |
|
Destroy the proxy.
Definition at line 264 of file dcopobject.cpp. References QPtrList< DCOPObjectProxy >::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
Definition at line 270 of file dcopobject.cpp. |
The documentation for this class was generated from the following files: