|
|
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.
|
Create a new proxy
|
Obsolete, do not use. DCOP clients know about object proxies automatically.
~ |
[virtual]
Destroys the proxy.
bool |
[virtual]
Reimplement 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.