|
|
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
| ~ |
[virtual]
| QCString |
[const]
Return the application id.
| QCString |
[const]
Return the object id.
| enum |
| Status |
[const]
Return the status of the last call, either CallSucceeded or
CallFailed
See ok();
| bool |
[const]
Return whether no error occured
See status();
| protected: /** Sets the status to status. Possible values are 'CallSucceeded' and 'CallFailed' */ void |
| void |
[virtual]
Invoked whenever a call fails. The default implementation sets the status to CallFailed.
| DCOPClient* |
The dcopClient this stub operates on. Either the specific one specified in the constructor or DCOPClient::mainClient.