Qt 4.8
Public Functions | Public Variables | List of all members
KeyRecord Struct Reference

Public Functions

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

Public Variables

int ascii
 
int code
 
int state
 
QString text
 

Detailed Description

Definition at line 96 of file qkeymapper_win.cpp.

Constructors and Destructors

◆ KeyRecord() [1/2]

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

Definition at line 97 of file qkeymapper_win.cpp.

97 : code(c), ascii(a), state(s), text(t) {}
unsigned char c[8]
Definition: qnumeric_p.h:62
long ASN1_INTEGER_get ASN1_INTEGER * a

◆ KeyRecord() [2/2]

KeyRecord::KeyRecord ( )
inline

Definition at line 98 of file qkeymapper_win.cpp.

Referenced by KeyRecorder::storeKey().

98 {}

Properties

◆ ascii

int KeyRecord::ascii

Definition at line 101 of file qkeymapper_win.cpp.

Referenced by QKeyMapperPrivate::isADeadKey(), and KeyRecorder::KeyRecorder().

◆ code

int KeyRecord::code

◆ state

int KeyRecord::state

Definition at line 102 of file qkeymapper_win.cpp.

Referenced by QKeyMapperPrivate::isADeadKey(), and KeyRecorder::KeyRecorder().

◆ text

QString KeyRecord::text

Definition at line 103 of file qkeymapper_win.cpp.

Referenced by QKeyMapperPrivate::isADeadKey(), and KeyRecorder::KeyRecorder().


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