|
|
Abstract base class for dcop stubs as created by the dcopidl2cpp compiler
| |
Creates a DCOPStub for application app and object obj
| |
Creates a DCOPStub for application app and object obj
that operates on the DCOPClient client
| QCString |
[const]
Return the application id.
| QCString |
[const]
Return the object id.
| Status |
[const]
Return the status of the last call, either CallSucceeded or
CallFailed
See ok();
| bool |
[const]
Return whether no error occured
See status();
| void |
[protected]
Sets the status to status. Possible values are 'CallSucceeded' and 'CallFailed'
| void |
[protected virtual]
Invoked whenever a call fails. The default implementation sets the status to CallFailed.
| DCOPClient* |
[protected]
The dcopClient this stub operates on. Either the specific one specified in the constructor or DCOPClient::mainClient.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 03:58:09 2001, using kdoc 2.0a35. |