Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 104 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 105 of file qwindowskeymapper.cpp.

◆ KeyRecord() [2/2]

KeyRecord::KeyRecord ( )
inline

Definition at line 106 of file qwindowskeymapper.cpp.

Member Data Documentation

◆ ascii

int KeyRecord::ascii

Definition at line 109 of file qwindowskeymapper.cpp.

◆ code

int KeyRecord::code

Definition at line 108 of file qwindowskeymapper.cpp.

◆ state

int KeyRecord::state

Definition at line 110 of file qwindowskeymapper.cpp.

◆ text

QString KeyRecord::text

Definition at line 111 of file qwindowskeymapper.cpp.


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