Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QEvdevKeyboardMap Namespace Reference

Classes

struct  Composing
 
struct  Mapping
 

Enumerations

enum  Flags { IsDead = 0x01 , IsLetter = 0x02 , IsModifier = 0x04 , IsSystem = 0x08 }
 
enum  System {
  SystemConsoleFirst = 0x0100 , SystemConsoleMask = 0x007f , SystemConsoleLast = 0x017f , SystemConsolePrevious = 0x0180 ,
  SystemConsoleNext = 0x0181 , SystemReboot = 0x0200 , SystemZap = 0x0300
}
 
enum  Modifiers {
  ModPlain = 0x00 , ModShift = 0x01 , ModAltGr = 0x02 , ModControl = 0x04 ,
  ModAlt = 0x08 , ModShiftL = 0x10 , ModShiftR = 0x20 , ModCtrlL = 0x40 ,
  ModCtrlR = 0x80
}
 

Variables

const quint32 FileMagic = 0x514d4150
 

Enumeration Type Documentation

◆ Flags

Enumerator
IsDead 
IsLetter 
IsModifier 
IsSystem 

Definition at line 42 of file qevdevkeyboardhandler_p.h.

◆ Modifiers

Enumerator
ModPlain 
ModShift 
ModAltGr 
ModControl 
ModAlt 
ModShiftL 
ModShiftR 
ModCtrlL 
ModCtrlR 

Definition at line 65 of file qevdevkeyboardhandler_p.h.

◆ System

Enumerator
SystemConsoleFirst 
SystemConsoleMask 
SystemConsoleLast 
SystemConsolePrevious 
SystemConsoleNext 
SystemReboot 
SystemZap 

Definition at line 49 of file qevdevkeyboardhandler_p.h.

Variable Documentation

◆ FileMagic

const quint32 QEvdevKeyboardMap::FileMagic = 0x514d4150

Definition at line 30 of file qevdevkeyboardhandler_p.h.

Referenced by QEvdevKeyboardHandler::loadKeymap().