|
|
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();
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: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:17 2000, using kdoc 2.0a40. |