![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for KeyRecorder:Public Member Functions | |
| 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 109 of file qwindowskeymapper.cpp.
|
inline |
Definition at line 163 of file qwindowskeymapper.cpp.
References nrecs.
Referenced by clearKeyRecorderOnApplicationInActive().
Here is the caller graph for this function:
|
inline |
Definition at line 127 of file qwindowskeymapper.cpp.
References deleted_record, i, nrecs, records, and remove().
Here is the call graph for this function:Definition at line 150 of file qwindowskeymapper.cpp.
References nrecs, Q_ASSERT_X, QT_MAX_KEY_RECORDINGS, qWarning, records, state, and text.
| KeyRecord KeyRecorder::deleted_record |
Definition at line 116 of file qwindowskeymapper.cpp.
Referenced by findKey().
| int KeyRecorder::nrecs = 0 |
Definition at line 115 of file qwindowskeymapper.cpp.
Referenced by clearKeys(), findKey(), and storeKey().
| KeyRecord KeyRecorder::records[QT_MAX_KEY_RECORDINGS] |
Definition at line 117 of file qwindowskeymapper.cpp.
Referenced by findKey(), and storeKey().