Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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, i, Qt::Key_A, Qt::Key_Space, keycode, keyMap, 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: