![]() |
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 (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 |
Definition at line 104 of file qwindowskeymapper.cpp.
|
inline |
Definition at line 105 of file qwindowskeymapper.cpp.
|
inline |
Definition at line 106 of file qwindowskeymapper.cpp.
|
inline |
Definition at line 105 of file qwindowskeymapper.cpp.
|
inline |
Definition at line 106 of file qwindowskeymapper.cpp.
| int KeyRecord::ascii |
Definition at line 109 of file qwindowskeymapper.cpp.
Referenced by KeyRecord().
| int KeyRecord::code |
Definition at line 108 of file qwindowskeymapper.cpp.
Referenced by KeyRecord().
| int KeyRecord::state |
Definition at line 110 of file qwindowskeymapper.cpp.
Referenced by KeyRecord().
| QString KeyRecord::text |
Definition at line 111 of file qwindowskeymapper.cpp.