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
KeyRecord Struct Reference
Collaboration diagram for KeyRecord:

Public Member Functions

 KeyRecord (int c, int a, int s, const QString &t)
 KeyRecord ()
 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/4]

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

Definition at line 105 of file qwindowskeymapper.cpp.

References ascii, code, and state.

◆ KeyRecord() [2/4]

KeyRecord::KeyRecord ( )
inline

Definition at line 106 of file qwindowskeymapper.cpp.

◆ KeyRecord() [3/4]

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

Definition at line 105 of file qwindowskeymapper.cpp.

◆ KeyRecord() [4/4]

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.

Referenced by KeyRecord().

◆ code

int KeyRecord::code

Definition at line 108 of file qwindowskeymapper.cpp.

Referenced by KeyRecord().

◆ state

int KeyRecord::state

Definition at line 110 of file qwindowskeymapper.cpp.

Referenced by KeyRecord().

◆ text

QString KeyRecord::text

Definition at line 111 of file qwindowskeymapper.cpp.


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