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 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 is fully implemented.
DCOPRef is fully implemented.
DCOPStub is fully implemented.
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.