#include </home/clem/local/src/opie/noncore/comm/keypebble/krfbcanvas.h>
Collaboration diagram for KRFBCanvas:

Public Slots | |
| void | openConnection (KRFBServer) |
| void | openURL (const QUrl &) |
| void | closeConnection () |
| void | refresh () |
| void | bell () |
| void | sendCtlAltDel (void) |
| void | markRightClick (void) |
| void | markDoubleClick (void) |
Public Member Functions | |
| KRFBCanvas (QWidget *parent, const char *name=0) | |
| ~KRFBCanvas () | |
| void | setConnection (KRFBConnection *) |
| KRFBConnection * | connection () |
Protected Slots | |
| void | loggedIn () |
| void | viewportUpdate (int x, int y, int w, int h) |
| void | clipboardChanged () |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *) |
| virtual void | keyReleaseEvent (QKeyEvent *) |
| virtual void | contentsMousePressEvent (QMouseEvent *) |
| virtual void | contentsMouseReleaseEvent (QMouseEvent *) |
| virtual void | contentsMouseMoveEvent (QMouseEvent *) |
| virtual void | viewportPaintEvent (QPaintEvent *e) |
Private Attributes | |
| int | nextRightClick |
| int | nextDoubleClick |
| KRFBConnection * | connection_ |
| QString | password |
| bool | loggedIn_ |
Definition at line 16 of file krfbcanvas.h.
|
||||||||||||
|
Definition at line 13 of file krfbcanvas.cpp. References connection_, loggedIn(), loggedIn_, nextDoubleClick, and nextRightClick. |
|
|
Definition at line 31 of file krfbcanvas.cpp. |
|
|
Definition at line 73 of file krfbcanvas.cpp. References connection_, and KRFBConnection::options(). Referenced by loggedIn(). |
|
|
Definition at line 179 of file krfbcanvas.cpp. References connection_, loggedIn_, qApp, and KRFBConnection::sendCutText(). Referenced by loggedIn(). |
|
|
Definition at line 61 of file krfbcanvas.cpp. References connection_, KRFBConnection::disconnect(), and loggedIn_. Referenced by KVNC::closeConnection(). |
|
|
Definition at line 24 of file krfbcanvas.h. References connection_. Referenced by KVNC::KVNC(). |
|
|
Definition at line 155 of file krfbcanvas.cpp. References KRFBConnection::buffer(), connection_, and loggedIn_. |
|
|
Definition at line 126 of file krfbcanvas.cpp. References KRFBConnection::buffer(), connection_, loggedIn_, nextDoubleClick, and nextRightClick. |
|
|
Definition at line 145 of file krfbcanvas.cpp. References KRFBConnection::buffer(), connection_, loggedIn_, nextDoubleClick, and nextRightClick. |
|
|
Definition at line 161 of file krfbcanvas.cpp. References KRFBConnection::buffer(), connection_, and loggedIn_. |
|
|
Definition at line 167 of file krfbcanvas.cpp. References KRFBConnection::buffer(), connection_, and loggedIn_. |
|
|
Definition at line 81 of file krfbcanvas.cpp. References bell(), KRFBConnection::buffer(), clipboardChanged(), connection_, loggedIn_, oendl, owarn, qApp, and viewportUpdate(). Referenced by KRFBCanvas(). |
|
|
Definition at line 198 of file krfbcanvas.cpp. References nextRightClick. |
|
|
Definition at line 203 of file krfbcanvas.cpp. References nextRightClick. |
|
|
Definition at line 36 of file krfbcanvas.cpp. References connection_, KRFBConnection::connectTo(), KRFBServer::hostname, QString::latin1(), KRFBServer::password, and password. Referenced by KVNC::newConnection(), and KVNC::openConnection(). |
|
|
Definition at line 46 of file krfbcanvas.cpp. |
|
|
Definition at line 173 of file krfbcanvas.cpp. References connection_, loggedIn_, and KRFBConnection::refresh(). |
|
|
Definition at line 185 of file krfbcanvas.cpp. References KRFBConnection::buffer(), connection_, Qt::Key_Alt, Qt::Key_Control, Qt::Key_Delete, KeyPress, KeyRelease, and loggedIn_. |
|
|
|
|
|
Definition at line 104 of file krfbcanvas.cpp. References bitBlt(), KRFBConnection::buffer(), connection_, loggedIn_, and p. |
|
||||||||||||||||||||
|
Definition at line 121 of file krfbcanvas.cpp. Referenced by loggedIn(). |
|
|
Definition at line 55 of file krfbcanvas.h. Referenced by bell(), clipboardChanged(), closeConnection(), connection(), contentsMouseMoveEvent(), contentsMousePressEvent(), contentsMouseReleaseEvent(), keyPressEvent(), keyReleaseEvent(), KRFBCanvas(), loggedIn(), openConnection(), refresh(), sendCtlAltDel(), and viewportPaintEvent(). |
|
|
Definition at line 57 of file krfbcanvas.h. Referenced by clipboardChanged(), closeConnection(), contentsMouseMoveEvent(), contentsMousePressEvent(), contentsMouseReleaseEvent(), keyPressEvent(), keyReleaseEvent(), KRFBCanvas(), loggedIn(), openURL(), refresh(), sendCtlAltDel(), and viewportPaintEvent(). |
|
|
Definition at line 54 of file krfbcanvas.h. Referenced by contentsMousePressEvent(), contentsMouseReleaseEvent(), and KRFBCanvas(). |
|
|
Definition at line 53 of file krfbcanvas.h. Referenced by contentsMousePressEvent(), contentsMouseReleaseEvent(), KRFBCanvas(), markDoubleClick(), and markRightClick(). |
|
|
Definition at line 56 of file krfbcanvas.h. Referenced by openConnection(). |
1.4.2