dcop Module Reference

DCOPClient

DCOPClient is fully implemented.

QCStringList registeredApplications();

RETURNS a Python list of QCString

QCStringList remoteObjects(const QCString&, bool * = 0);

TAKES only a QCString parameter and RETURNS a tuple whose first member is a Python list of QCString and whose second member is a boolean (int)

QCStringList remoteInterfaces(const QCString&, const QCString& , bool * = 0);

TAKES only 2 QCStrings as parameters and RETURNS a tuple whose first member is a Python list of QCString and whose second member is a boolean (int)

QCStringList remoteFunctions(const QCString&, const QCString&, bool * = 0);

TAKES only 2 QCStrings as parameters and RETURNS a tuple whose first member is a Python list of QCString and whose second member is a boolean (int)

DCOPObject

DCOPObject is fully implemented. *** EXCEPT

virtual QCStringList interfaces ();

RETURNS a Python list

virtual QCStringList functions ();

RETURNS a Python list

static QList<DCOPObject> match (const QCString& partialId);

RETURNS a Python list

DCOPObjectProxy

DCOPObjectProxy is fully implemented.

DCOPRef

DCOPRef is fully implemented.

DCOPStub

DCOPStub is fully implemented.