![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
KeyRecord * | findKey (int code, bool remove) |
void | storeKey (int code, int ascii, int state, const QString &text) |
void | clearKeys () |
KeyRecord * | findKey (int code, bool remove) |
void | storeKey (int code, int ascii, int state, const QString &text) |
void | clearKeys () |
Public Attributes | |
int | nrecs = 0 |
KeyRecord | deleted_record |
KeyRecord | records [QT_MAX_KEY_RECORDINGS] |
Definition at line 117 of file qwindowskeymapper.cpp.
|
inline |
Definition at line 171 of file qwindowskeymapper.cpp.
References nrecs.
Referenced by clearKeyRecorderOnApplicationInActive().
|
inline |
|
inline |
Definition at line 135 of file qwindowskeymapper.cpp.
References nrecs.
|
inline |
Definition at line 158 of file qwindowskeymapper.cpp.
References nrecs, and QT_MAX_KEY_RECORDINGS.
KeyRecord KeyRecorder::deleted_record |
Definition at line 124 of file qwindowskeymapper.cpp.
int KeyRecorder::nrecs = 0 |
Definition at line 123 of file qwindowskeymapper.cpp.
Referenced by clearKeys(), findKey(), and storeKey().
KeyRecord KeyRecorder::records |
Definition at line 125 of file qwindowskeymapper.cpp.