PyDCOP_Dispatcher Class Reference
Inheritance diagram for PyDCOP_Dispatcher:

Public Member Functions | |
PyDCOP_Dispatcher () | |
void | connectToPython (QCString appname, QCString objname, QCString signal, PyObject *func) |
virtual bool | process (const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData) |
Private Attributes | |
int | no |
QMap< QCString, PyObject * > | receivers |
Constructor & Destructor Documentation
|
Definition at line 474 of file pydcopc.cpp. References no. |
Member Function Documentation
|
Definition at line 477 of file pydcopc.cpp. References DCOPObject::connectDCOPSignal(), no, and receivers. Referenced by pydcopc_connect(). |
|
Reimplemented from DCOPObject. Definition at line 492 of file pydcopc.cpp. References DCOPObject::process(), and receivers. |
Member Data Documentation
|
Definition at line 506 of file pydcopc.cpp. Referenced by connectToPython(), and PyDCOP_Dispatcher(). |
|
Definition at line 507 of file pydcopc.cpp. Referenced by connectToPython(), and process(). |
The documentation for this class was generated from the following file:
- parts/scripting/pydcopc.cpp