parts/scripting/pydcopc.cpp File Reference
#include "Python.h"
#include <qstring.h>
#include <qdatastream.h>
#include <dcopclient.h>
#include <dcopobject.h>
Go to the source code of this file.
Classes | |
class | PyDCOP_Dispatcher |
Functions | |
PyObject * | pydcopc_marshal_QString (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_QCString (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_int8 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_int16 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_int32 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_int (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_uint8 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_uint16 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_uint32 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_uint (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_float (PyObject *, PyObject *arg) |
PyObject * | pydcopc_marshal_double (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_QString (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_QCString (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_int8 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_int16 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_int32 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_int (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_uint8 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_uint16 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_uint32 (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_uint (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_float (PyObject *, PyObject *arg) |
PyObject * | pydcopc_demarshal_double (PyObject *, PyObject *arg) |
DCOPClient * | dcopClient () |
PyObject * | pydcopc_call (PyObject *, PyObject *args) |
PyObject * | pydcopc_send (PyObject *, PyObject *args) |
PyDCOP_Dispatcher * | signalDispatcher () |
PyObject * | pydcopc_connect (PyObject *, PyObject *args) |
void | initpydcopc () |
Variables | |
DCOPClient * | pydcopc_client = 0 |
DCOPObject * | pydcopc_dispatcher = 0 |
PyMethodDef | pydcopc_methods [] |
Function Documentation
|
Definition at line 398 of file pydcopc.cpp. References DCOPClient::attach(), DCOPClient::mainClient(), and pydcopc_client. Referenced by pydcopc_call(), and pydcopc_send(). |
|
Definition at line 571 of file pydcopc.cpp. References pydcopc_methods. Referenced by K_EXPORT_COMPONENT_FACTORY(). |
|
Definition at line 413 of file pydcopc.cpp. References DCOPClient::call(), and dcopClient(). |
|
Definition at line 522 of file pydcopc.cpp. References PyDCOP_Dispatcher::connectToPython(), and signalDispatcher(). |
|
Definition at line 380 of file pydcopc.cpp. |
|
Definition at line 364 of file pydcopc.cpp. |
|
Definition at line 284 of file pydcopc.cpp. |
|
Definition at line 252 of file pydcopc.cpp. |
|
Definition at line 268 of file pydcopc.cpp. |
|
Definition at line 236 of file pydcopc.cpp. |
|
Definition at line 220 of file pydcopc.cpp. |
|
Definition at line 196 of file pydcopc.cpp. |
|
Definition at line 348 of file pydcopc.cpp. |
|
Definition at line 316 of file pydcopc.cpp. |
|
Definition at line 332 of file pydcopc.cpp. |
|
Definition at line 300 of file pydcopc.cpp. |
|
Definition at line 182 of file pydcopc.cpp. |
|
Definition at line 168 of file pydcopc.cpp. |
|
Definition at line 98 of file pydcopc.cpp. |
|
Definition at line 69 of file pydcopc.cpp. |
|
Definition at line 83 of file pydcopc.cpp. |
|
Definition at line 55 of file pydcopc.cpp. |
|
Definition at line 31 of file pydcopc.cpp. |
|
Definition at line 8 of file pydcopc.cpp. |
|
Definition at line 154 of file pydcopc.cpp. |
|
Definition at line 126 of file pydcopc.cpp. |
|
Definition at line 140 of file pydcopc.cpp. |
|
Definition at line 112 of file pydcopc.cpp. |
|
Definition at line 444 of file pydcopc.cpp. References dcopClient(), and DCOPClient::send(). |
|
Definition at line 513 of file pydcopc.cpp. References pydcopc_dispatcher. Referenced by pydcopc_connect(). |
Variable Documentation
|
Definition at line 396 of file pydcopc.cpp. Referenced by dcopClient(). |
|
Definition at line 511 of file pydcopc.cpp. Referenced by signalDispatcher(), and ScriptingPart::~ScriptingPart(). |
|
Initial value:
Definition at line 538 of file pydcopc.cpp. Referenced by initpydcopc(). |