Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qkeycodeaction_p.h File Reference

(1c7e72c8ebaeceb2cf1059b7e0498fc5e1a96c66)

#include <QtCore/qtconfigmacros.h>
Include dependency graph for qkeycodeaction_p.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
}

Enumeration Type Documentation

◆ QKeycodeAction

enum class QKeycodeAction
strong
Enumerator
None 
CapsLockOff 
CapsLockOn 
NumLockOff 
NumLockOn 
ScrollLockOff 
ScrollLockOn 
Reboot 
PreviousConsole 
NextConsole 
SwitchConsoleFirst 
SwitchConsoleLast 
SwitchConsoleMask 

Definition at line 22 of file qkeycodeaction_p.h.