DCOPClient is fully implemented except as noted:
registeredApplications ()
TAKES nothing and RETURNS result (a Python list of QCString).
C++: QCStringList registeredApplications () |
remoteObjects (remApp)
TAKES remApp (QCString) and RETURNS a tuple - ( result (a Python list of QCString), ok (int)).
C++: QCStringList remoteObjects (const QCString& remApp, bool* ok = 0) |
remoteInterfaces (remApp, remObj)
TAKES remApp (QCString), remObj (QCString) and RETURNS a tuple - ( result (a Python list of QCString), ok (int)).
C++: QCStringList remoteInterfaces (const QCString& remApp, const QCString& remObj, bool* ok = 0) |
remoteFunctions (remApp, remObj)
TAKES remApp (QCString), remObj (QCString) and RETURNS a tuple - ( result (a Python list of QCString), ok (int)).
C++: QCStringList remoteFunctions (const QCString& remApp, const QCString& remObj, bool* ok = 0) |
DCOPObject is fully implemented except as noted:
functionsDynamic () [KDE 3.0.0 - ]
TAKES nothing and RETURNS result (a Python list of QCString).
C++: virtual QCStringList functionsDynamic () |
interfacesDynamic () [KDE 3.0.0 - ]
TAKES nothing and RETURNS result (a Python list of QCString).
C++: virtual QCStringList interfacesDynamic () |
interfaces ()
TAKES nothing and RETURNS result (a Python list of QCString).
C++: virtual QCStringList interfaces () |
functions ()
TAKES nothing and RETURNS result (a Python list of QCString).
C++: virtual QCStringList functions () |
match (partialId) [KDE 3.0.0 - ]
TAKES partialId (QCString) and RETURNS result (a Python list of DCOPObject). match is a static member function.
C++: static QPtrList<DCOPObject> match (const QCString& partialId) |
match (a0) [ - KDE 3.0.0]
TAKES a0 (QCString) and RETURNS result (a Python list of DCOPObject). match is a static member function.
C++: static QList<DCOPObject> match (const QCString& a0) |
DCOPObjectProxy is fully implemented except as noted:
DCOPReply is fully implemented except as noted:
DCOPArg is NOT implemented
DCOPRef is fully implemented except as noted:
DCOPStub is fully implemented except as noted:
DCOPStub (DCOPStub::never_use_t a0) |
NOT implemented