dcop Module Reference

DCOPClient

DCOPClient is fully implemented. *** EXCEPT

QCStringList registeredApplications ();

RETURNS a Python list

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

RETURNS a Python list

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

RETURNS a Python list

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

RETURNS a Python list

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.

QCStringList - mapped type

Mapped type - cannot be instantiated. Whenever QValueList<QCString> is the return type of a function or the type of an argument, a Python list of QCString is used instead.