dcop
DCOPServer Class Reference
#include <dcopserver.h>
Inheritance diagram for DCOPServer:
Public Member Functions | |
DCOPServer (bool _suicide) | |
DCOPConnection * | findApp (const QCString &appId) |
DCOPConnection * | findConn (IceConn iceConn) |
void | ioError (IceConn iceConn) |
void | processMessage (IceConn iceConn, int opcode, unsigned long length, Bool swap) |
bool | receive (const QCString &app, const QCString &obj, const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData, IceConn iceConn) |
void | removeConnection (void *data) |
void | sendMessage (DCOPConnection *conn, const QCString &sApp, const QCString &rApp, const QCString &rObj, const QCString &rFun, const QByteArray &data) |
void * | watchConnection (IceConn iceConn) |
~DCOPServer () |
Detailed Description
For internal use only.
Definition at line 115 of file dcopserver.h.
Constructor & Destructor Documentation
DCOPServer::DCOPServer | ( | bool | _suicide | ) |
Definition at line 970 of file dcopserver.cpp.
DCOPServer::~DCOPServer | ( | ) |
Definition at line 1091 of file dcopserver.cpp.
Member Function Documentation
DCOPConnection * DCOPServer::findApp | ( | const QCString & | appId | ) |
Definition at line 1108 of file dcopserver.cpp.
DCOPConnection* DCOPServer::findConn | ( | IceConn | iceConn | ) | [inline] |
Definition at line 132 of file dcopserver.h.
void DCOPServer::ioError | ( | IceConn | iceConn | ) |
Called from our IceIoErrorHandler
Definition at line 1133 of file dcopserver.cpp.
void DCOPServer::processMessage | ( | IceConn | iceConn, | |
int | opcode, | |||
unsigned long | length, | |||
Bool | swap | |||
) |
Definition at line 710 of file dcopserver.cpp.
bool DCOPServer::receive | ( | const QCString & | app, | |
const QCString & | obj, | |||
const QCString & | fun, | |||
const QByteArray & | data, | |||
QCString & | replyType, | |||
QByteArray & | replyData, | |||
IceConn | iceConn | |||
) |
Definition at line 1345 of file dcopserver.cpp.
void DCOPServer::removeConnection | ( | void * | data | ) |
Definition at line 1194 of file dcopserver.cpp.
void DCOPServer::sendMessage | ( | DCOPConnection * | conn, | |
const QCString & | sApp, | |||
const QCString & | rApp, | |||
const QCString & | rObj, | |||
const QCString & | rFun, | |||
const QByteArray & | data | |||
) |
Definition at line 1577 of file dcopserver.cpp.
void * DCOPServer::watchConnection | ( | IceConn | iceConn | ) |
Definition at line 1183 of file dcopserver.cpp.
The documentation for this class was generated from the following files: