krfb
ConnectionController Class Reference
#include <connectioncontroller.h>
Inheritance diagram for ConnectionController:

Detailed Description
Definition at line 22 of file connectioncontroller.h.
Signals | |
| void | sessionEstablished (QString) |
| void | notification (QString, QString) |
| void | clientDisconnected (ConnectionController *) |
Public Member Functions | |
| ConnectionController (struct _rfbClientRec *_cl, KrfbServer *parent) | |
| ~ConnectionController () | |
| bool | handleCheckPassword (rfbClientPtr cl, const char *response, int len) |
| void | handleNegotiationFinished (struct _rfbClientRec *cl) |
| void | handleKeyEvent (bool down, rfbKeySym keySym) |
| void | handlePointerEvent (int bm, int x, int y) |
| void | handleClientGone () |
| void | clipboardToServer (const QString &) |
| enum rfbNewClientAction | handleNewClient () |
| void | setControlEnabled (bool enable) |
Protected Slots | |
| void | dialogAccepted () |
| void | dialogRejected () |
Constructor & Destructor Documentation
| ConnectionController::ConnectionController | ( | struct _rfbClientRec * | _cl, | |
| KrfbServer * | parent | |||
| ) |
Definition at line 90 of file connectioncontroller.cpp.
| ConnectionController::~ConnectionController | ( | ) |
Definition at line 96 of file connectioncontroller.cpp.
Member Function Documentation
| bool ConnectionController::handleCheckPassword | ( | rfbClientPtr | cl, | |
| const char * | response, | |||
| int | len | |||
| ) |
Definition at line 142 of file connectioncontroller.cpp.
| void ConnectionController::handleNegotiationFinished | ( | struct _rfbClientRec * | cl | ) |
| void ConnectionController::handleKeyEvent | ( | bool | down, | |
| rfbKeySym | keySym | |||
| ) |
Definition at line 185 of file connectioncontroller.cpp.
| void ConnectionController::handlePointerEvent | ( | int | bm, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 193 of file connectioncontroller.cpp.
| void ConnectionController::handleClientGone | ( | ) |
Definition at line 201 of file connectioncontroller.cpp.
| void ConnectionController::clipboardToServer | ( | const QString & | s | ) |
Definition at line 208 of file connectioncontroller.cpp.
| enum rfbNewClientAction ConnectionController::handleNewClient | ( | ) |
Definition at line 100 of file connectioncontroller.cpp.
| void ConnectionController::setControlEnabled | ( | bool | enable | ) |
Definition at line 226 of file connectioncontroller.cpp.
| void ConnectionController::sessionEstablished | ( | QString | ) | [signal] |
| void ConnectionController::clientDisconnected | ( | ConnectionController * | ) | [signal] |
| void ConnectionController::dialogAccepted | ( | ) | [protected, slot] |
Definition at line 214 of file connectioncontroller.cpp.
| void ConnectionController::dialogRejected | ( | ) | [protected, slot] |
Definition at line 220 of file connectioncontroller.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference