![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qtconfigmacros.h>
Go to the source code of this file.
Enumerations | |
enum class | QKeycodeAction { None = 0 , CapsLockOff = 0x01000000 , CapsLockOn = 0x01000001 , NumLockOff = 0x02000000 , NumLockOn = 0x02000001 , ScrollLockOff = 0x03000000 , ScrollLockOn = 0x03000001 , Reboot = 0x04000000 , PreviousConsole = 0x05000000 , NextConsole = 0x05000001 , SwitchConsoleFirst = 0x06000000 , SwitchConsoleLast = 0x0600007f , SwitchConsoleMask = 0x0000007f } |
|
strong |
Enumerator | |
---|---|
None | |
CapsLockOff | |
CapsLockOn | |
NumLockOff | |
NumLockOn | |
ScrollLockOff | |
ScrollLockOn | |
Reboot | |
PreviousConsole | |
NextConsole | |
SwitchConsoleFirst | |
SwitchConsoleLast | |
SwitchConsoleMask |
Definition at line 22 of file qkeycodeaction_p.h.