dcopstub.cpp
Inter-process communication and remote procedure calls for KDE applications.
Definition dcopclient.h:69
static DCOPClient * mainClient()
Returns the application's main dcop client.
Definition dcopclient.cpp:599
A DCOPRef(erence) encapsulates a remote DCOP object as a triple <app,obj,type> where type is optional...
Definition dcopref.h:279
Status status() const
Return the status of the last call, either CallSucceeded or CallFailed.
Definition dcopstub.cpp:67
DCOPStub(const TQCString &app, const TQCString &obj)
Creates a DCOPStub for application app and object obj.
Definition dcopstub.cpp:36