|
|
Abstract base class for dcop stubs as created by the dcopidl2cpp compiler
DCOPStub ( const QCString& app, const QCString& obj )
| DCOPStub |
Creates a DCOPStub for application app
and object obj
DCOPStub ( DCOPClient* client, const QCString& app, const QCString& obj )
| DCOPStub |
Creates a DCOPStub for application app
and object obj
that operates on the DCOPClient client
~DCOPStub ()
| ~DCOPStub |
[virtual]
QCString app ()
| app |
[const]
Return the application id.
QCString obj ()
| obj |
[const]
Return the object id.
enum Status { CallSucceeded, CallFailed }; } | Status |
Status status ()
| status |
[const]
Return the status of the last call, either CallSucceeded
or
CallFailed
See ok();
bool ok ()
| ok |
[const]
Return whether no error occured
See status();
void setStatus ( Status _status )
| setStatus |
[protected: ]
Sets the status to status. Possible values are 'CallSucceeded' and 'CallFailed'
void callFailed ()
| callFailed |
[protected: virtual]
Invoked whenever a call fails. The default implementation sets the status to CallFailed.
DCOPClient* dcopClient ()
| dcopClient |
[protected: ]
The dcopClient this stub operates on. Either the specific one specified in the constructor or DCOPClient::mainClient.
Generated by: dfaure on Tue Feb 27 12:45:59 2001, using kdoc 2.0a50. |