#include <dcopstub.h>
Inheritance diagram for DCOPStub:

Public Methods | |
| DCOPStub (const QCString &app, const QCString &obj) | |
| DCOPStub (DCOPClient *client, const QCString &app, const QCString &obj) | |
| QCString | app () const |
| QCString | obj () const |
| Status | status () const |
| bool | ok () const |
Protected Methods | |
| void | setStatus (Status _status) |
| virtual void | callFailed () |
| DCOPClient * | dcopClient () |
Definition at line 39 of file dcopstub.h.
|
||||||||||||
|
Creates a DCOPStub for application
|
|
||||||||||||||||
|
Creates a DCOPStub for application
|
|
|
Return the application id.
|
|
|
Invoked whenever a call fails. The default implementation sets the status to CallFailed. |
|
|
The dcopClient this stub operates on. Either the specific one specified in the constructor or DCOPClient::mainClient.
|
|
|
Return the object id.
|
|
|
Return whether no error occured,
|
|
|
Sets the status to status. Possible values are 'CallSucceeded' and 'CallFailed'
|
|
|
Return the status of the last call, either
|
1.2.18