class DCOPObjectProxy
|
You must use a proxy if you want to dispatch method calls for
object IDs which dont have (yet) a corresponding DCOPObject. More... |
|
|
Public Methods
- DCOPObjectProxy ( DCOPClient* client )
- virtual ~DCOPObjectProxy ()
- virtual bool process ( const QCString& obj, const QCString& fun, const QByteArray& data, QCString& replyType, QByteArray &replyData )
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 known as virtual object references in CORBA.
Create a new proxy and register it at the server.
[virtual]
Destroy the proxy.
bool process ( const QCString& obj, const QCString& fun, const QByteArray& data, QCString& replyType, QByteArray &replyData )
|
[virtual]
Overload this method to disptatch method calls.
This method is called of all proxies if the DCOPClient
knows no object with the id obj
. If the first proxy returns
true
, the DCOPClient will no longer call other proxies.
The object id obj
may be empty for app-wide function calls no
associated with any object.
- Author: Matthias Ettrich <ettrich@troll.no>
- Generated: root@tantive.terraplex.com on Sun Feb 27 17:39:16 2000, using kdoc 2.0a33.