Qt 4.8
Classes | Enumerations | Variables
QWSKeyboard Namespace Reference

Classes

struct  Composing
 
struct  Mapping
 

Enumerations

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

Variables

const quint32 FileMagic = 0x514d4150
 

Enumeration Type Documentation

◆ Flags

Enumerator
IsDead 
IsLetter 
IsModifier 
IsSystem 

Definition at line 73 of file qkbd_qws_p.h.

73  {
74  IsDead = 0x01,
75  IsLetter = 0x02,
76  IsModifier = 0x04,
77  IsSystem = 0x08,
78  };

◆ Modifiers

Enumerator
ModPlain 
ModShift 
ModAltGr 
ModControl 
ModAlt 
ModShiftL 
ModShiftR 
ModCtrlL 
ModCtrlR 

Definition at line 96 of file qkbd_qws_p.h.

96  {
97  ModPlain = 0x00,
98  ModShift = 0x01,
99  ModAltGr = 0x02,
100  ModControl = 0x04,
101  ModAlt = 0x08,
102  ModShiftL = 0x10,
103  ModShiftR = 0x20,
104  ModCtrlL = 0x40,
105  ModCtrlR = 0x80,
106  // ModCapsShift = 0x100, // not supported!
107  };

◆ System

Enumerator
SystemConsoleFirst 
SystemConsoleMask 
SystemConsoleLast 
SystemConsolePrevious 
SystemConsoleNext 
SystemReboot 
SystemZap 

Definition at line 80 of file qkbd_qws_p.h.

Variable Documentation

◆ FileMagic

const quint32 QWSKeyboard::FileMagic = 0x514d4150

Definition at line 61 of file qkbd_qws_p.h.

Referenced by QWSKbPrivate::loadKeymap().