#include </home/clem/local/src/opie/core/launcher/qcopbridge.h>
Collaboration diagram for QCopBridgePI:

Signals | |
| void | connectionClosed (QCopBridgePI *) |
| void | connectionClosed (QCopBridgePI *) |
Public Member Functions | |
| QCopBridgePI (int socket, QObject *parent=0, const char *name=0) | |
| virtual | ~QCopBridgePI () |
| void | sendDesktopMessage (const QString &msg) |
| void | sendDesktopMessage (const QCString &msg, const QByteArray &) |
| void | startSync () |
| bool | verifyAuthorised () |
| QCopBridgePI (int socket, QObject *parent=0, const char *name=0) | |
| virtual | ~QCopBridgePI () |
| void | sendDesktopMessage (const QString &msg) |
| void | startSync () |
Protected Slots | |
| void | read () |
| void | send (const QString &msg) |
| void | process (const QString &command) |
| void | myConnectionClosed () |
| void | read () |
| void | send (const QString &msg) |
| void | process (const QString &command) |
| void | connectionClosed () |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *e) |
Private Types | |
| enum | State { Connected, Wait_USER, Wait_PASS, Ready, Forbidden } |
| enum | State { Connected, Wait_USER, Wait_PASS, Ready, Forbidden } |
Private Attributes | |
| State | state |
| Q_UINT16 | peerport |
| QHostAddress | peeraddress |
| bool | sendSync |
| QTimer * | timer |
| bool | connected |
|
|
Definition at line 63 of file qcopbridge.h. |
|
|
Definition at line 73 of file qcopbridge.h. |
|
||||||||||||||||
|
Definition at line 255 of file qcopbridge.cpp. References Connected, connectionClosed(), FALSE, Forbidden, SyncAuthentication::isAuthorized(), SyncAuthentication::loginName(), myConnectionClosed(), SyncAuthentication::ownerName(), peeraddress, peerport, QPE_VERSION, read(), send(), sendSync, SyncAuthentication::serverId(), state, timer, TRUE, and Wait_USER. |
|
|
Definition at line 290 of file qcopbridge.cpp. |
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 239 of file qcopbridge.cpp. Referenced by myConnectionClosed(), QCopBridgePI(), and timerEvent(). |
|
|
|
|
|
|
|
|
Definition at line 303 of file qcopbridge.cpp. References connectionClosed(). Referenced by QCopBridgePI(). |
|
|
|
|
|
|
|
|
|
Definition at line 339 of file qcopbridge.cpp. References process(), timer, and TRUE. Referenced by QCopBridgePI(). |
|
|
|
|
|
Definition at line 330 of file qcopbridge.cpp. References Opie::Core::endl(). Referenced by process(), QCopBridgePI(), and sendDesktopMessage(). |
|
|
|
|
||||||||||||
|
Definition at line 314 of file qcopbridge.cpp. References Opie::Core::OGlobal::encodeBase64(), and QCString::length(). |
|
|
Definition at line 308 of file qcopbridge.cpp. Referenced by QCopBridge::desktopMessage(), process(), and QCopBridge::sendDesktopMessageOld(). |
|
|
Definition at line 70 of file qcopbridge.h. |
|
|
Definition at line 81 of file qcopbridge.h. |
|
|
Definition at line 414 of file qcopbridge.cpp. References connected, connectionClosed(), and FALSE. |
|
|
Definition at line 294 of file qcopbridge.cpp. References FALSE, Forbidden, SyncAuthentication::isAuthorized(), state, and TRUE. |
|
|
Definition at line 88 of file qcopbridge.h. Referenced by timerEvent(). |
|
|
Definition at line 87 of file qcopbridge.h. Referenced by QCopBridgePI(). |
|
|
Definition at line 86 of file qcopbridge.h. Referenced by QCopBridgePI(). |
|
|
Definition at line 89 of file qcopbridge.h. Referenced by process(), QCopBridgePI(), and startSync(). |
|
|
Definition at line 85 of file qcopbridge.h. Referenced by process(), QCopBridgePI(), and verifyAuthorised(). |
|
|
Definition at line 98 of file qcopbridge.h. Referenced by QCopBridgePI(), and read(). |
1.4.2