KDevelop API Documentation

PyDCOP_Dispatcher Class Reference

Inheritance diagram for PyDCOP_Dispatcher:

Inheritance graph
[legend]
Collaboration diagram for PyDCOP_Dispatcher:

Collaboration graph
[legend]
List of all members.

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

PyDCOP_Dispatcher::PyDCOP_Dispatcher  )  [inline]
 

Definition at line 474 of file pydcopc.cpp.

References no.


Member Function Documentation

void PyDCOP_Dispatcher::connectToPython QCString  appname,
QCString  objname,
QCString  signal,
PyObject *  func
[inline]
 

Definition at line 477 of file pydcopc.cpp.

References DCOPObject::connectDCOPSignal(), no, and receivers.

Referenced by pydcopc_connect().

virtual bool PyDCOP_Dispatcher::process const QCString fun,
const QByteArray data,
QCString replyType,
QByteArray replyData
[inline, virtual]
 

Reimplemented from DCOPObject.

Definition at line 492 of file pydcopc.cpp.

References DCOPObject::process(), and receivers.


Member Data Documentation

int PyDCOP_Dispatcher::no [private]
 

Definition at line 506 of file pydcopc.cpp.

Referenced by connectToPython(), and PyDCOP_Dispatcher().

QMap<QCString,PyObject*> PyDCOP_Dispatcher::receivers [private]
 

Definition at line 507 of file pydcopc.cpp.

Referenced by connectToPython(), and process().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:28:36 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003