Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
KeyRecord Struct Reference
+ Collaboration diagram for KeyRecord:

Public Member Functions

 KeyRecord (int c, int a, int s, const QString &t)
 
 KeyRecord ()
 

Public Attributes

int code
 
int ascii
 
int state
 
QString text
 

Detailed Description

Definition at line 96 of file qwindowskeymapper.cpp.

Constructor & Destructor Documentation

◆ KeyRecord() [1/2]

KeyRecord::KeyRecord ( int  c,
int  a,
int  s,
const QString t 
)
inline

Definition at line 97 of file qwindowskeymapper.cpp.

◆ KeyRecord() [2/2]

KeyRecord::KeyRecord ( )
inline

Definition at line 98 of file qwindowskeymapper.cpp.

Member Data Documentation

◆ ascii

int KeyRecord::ascii

Definition at line 101 of file qwindowskeymapper.cpp.

◆ code

int KeyRecord::code

Definition at line 100 of file qwindowskeymapper.cpp.

◆ state

int KeyRecord::state

Definition at line 102 of file qwindowskeymapper.cpp.

◆ text

QString KeyRecord::text

Definition at line 103 of file qwindowskeymapper.cpp.


The documentation for this struct was generated from the following file: