![]() |
Qt 4.8
|
#include <qscreenvnc_p.h>
Public Types | |
| enum | { WheelNone, WheelUp, WheelDown, WheelLeft, WheelRight } |
Public Functions | |
| bool | read (QTcpSocket *s) |
| bool | read (QTcpSocket *s) |
Public Variables | |
| uint | buttons |
| Qt::MouseButtons | buttons |
| enum QRfbPointerEvent:: { ... } | wheelDirection |
| quint16 | x |
| quint16 | y |
Definition at line 223 of file qscreenvnc_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| WheelNone | |
| WheelUp | |
| WheelDown | |
| WheelLeft | |
| WheelRight | |
Definition at line 231 of file qvncserver.h.
| bool QRfbPointerEvent::read | ( | QTcpSocket * | s | ) |
Definition at line 533 of file qscreenvnc_qws.cpp.
Referenced by buttonChange(), and QVNCServer::pointerEvent().
| bool QRfbPointerEvent::read | ( | QTcpSocket * | s | ) |
| uint QRfbPointerEvent::buttons |
Definition at line 228 of file qscreenvnc_p.h.
Referenced by buttonChange(), and QVNCServer::pointerEvent().
| Qt::MouseButtons QRfbPointerEvent::buttons |
Definition at line 230 of file qvncserver.h.
| enum { ... } QRfbPointerEvent::wheelDirection |
Referenced by buttonChange().
| quint16 QRfbPointerEvent::x |
Definition at line 229 of file qscreenvnc_p.h.
Referenced by buttonChange(), and QVNCServer::pointerEvent().
| quint16 QRfbPointerEvent::y |
Definition at line 230 of file qscreenvnc_p.h.
Referenced by buttonChange(), and QVNCServer::pointerEvent().