Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRfbKeyEvent Class Reference

#include <qvnc_p.h>

Collaboration diagram for QRfbKeyEvent:

Public Member Functions

bool read (QTcpSocket *s)

Public Attributes

char down
int keycode
int unicode

Detailed Description

Definition at line 138 of file qvnc_p.h.

Member Function Documentation

◆ read()

bool QRfbKeyEvent::read ( QTcpSocket * s)

Definition at line 343 of file qvnc.cpp.

References down, keycode, keycode, keysym, and unicode.

Member Data Documentation

◆ down

char QRfbKeyEvent::down

Definition at line 143 of file qvnc_p.h.

Referenced by read().

◆ keycode

int QRfbKeyEvent::keycode

Definition at line 144 of file qvnc_p.h.

Referenced by read().

◆ unicode

int QRfbKeyEvent::unicode

Definition at line 145 of file qvnc_p.h.

Referenced by read().


The documentation for this class was generated from the following files: