LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pre_Keyboard Namespace Reference

Classes

class  PreKeymap
 

Typedefs

typedef Qt::Key UKey
 

Functions

float fabs (float f)
 
int square (int x)
 
bool UKeyIsUnicodeQtKey (UKey ukey)
 
bool UKeyIsFunctionKey (UKey ukey)
 
bool UKeyIsTextShortcutKey (UKey ukey)
 
bool UKeyIsKeyboardComboKey (UKey ukey)
 
bool UKeyIsEmoticonKey (UKey ukey)
 
const QPoint cOutside (-1,-1)
 

Variables

const UKey cKey_None = UKey(0)
 
const UKey cKey_Euro = UKey(0x20ac)
 
const UKey cKey_SymbolPicker = Qt::Key_Control
 
const UKey cKey_Symbol = Qt::Key_Alt
 
const UKey cKey_ToggleSuggestions = UKey(0x01200200)
 
const UKey cKey_ToggleLanguage = UKey(0x01200201)
 
const UKey cKey_SwitchToQwerty = UKey(0x01200202)
 
const UKey cKey_SwitchToAzerty = UKey(0x01200203)
 
const UKey cKey_SwitchToQwertz = UKey(0x01200204)
 
const UKey cKey_ShowXT9Regions = UKey(0x01200209)
 
const UKey cKey_CreateDefaultKeyboards = UKey(0x0120020D)
 
const UKey cKey_ClearDefaultKeyboards = UKey(0x0120020E)
 
const UKey cKey_Hide = UKey(0x0120020F)
 
const UKey cKey_ShowKeymapRegions = UKey(0x01200210)
 
const UKey cKey_StartStopRecording = UKey(0x01200211)
 
const UKey cKey_ToggleSoundFeedback = UKey(0x01200216)
 
const UKey cKey_DotCom = UKey(0x01200300)
 
const UKey cKey_DotOrg = UKey(0x01200301)
 
const UKey cKey_DotNet = UKey(0x01200302)
 
const UKey cKey_DotEdu = UKey(0x01200303)
 
const UKey cKey_DotGov = UKey(0x01200304)
 
const UKey cKey_DotCoUK = UKey(0x01200305)
 
const UKey cKey_DotDe = UKey(0x01200306)
 
const UKey cKey_DotFr = UKey(0x01200307)
 
const UKey cKey_DotUs = UKey(0x01200308)
 
const UKey cKey_ColonSlashSlash = UKey(0x01200309)
 
const UKey cKey_HTTPColonSlashSlash = UKey(0x0120030A)
 
const UKey cKey_HTTPSColonSlashSlash = UKey(0x0120030B)
 
const UKey cKey_Emoticon_Frown = UKey(0x0120030C)
 
const UKey cKey_Emoticon_Cry = UKey(0x0120030D)
 
const UKey cKey_Emoticon_Smile = UKey(0x0120030E)
 
const UKey cKey_Emoticon_Wink = UKey(0x0120030F)
 
const UKey cKey_Emoticon_Yuck = UKey(0x01200310)
 
const UKey cKey_Emoticon_Gasp = UKey(0x01200311)
 
const UKey cKey_Emoticon_Heart = UKey(0x01200312)
 
const UKey cKey_Emoticon_Options = UKey(0x01200313)
 
const UKey cKey_KeyboardComboChoice_First = UKey(0x01200400)
 
const UKey cKey_KeyboardComboChoice_Last = UKey(0x012004ff)
 

Typedef Documentation

typedef Qt::Key Pre_Keyboard::UKey

Function Documentation

const QPoint Pre_Keyboard::cOutside ( 1,
1 
)
float Pre_Keyboard::fabs ( float  f)
inline
int Pre_Keyboard::square ( int  x)
inline
bool Pre_Keyboard::UKeyIsEmoticonKey ( UKey  ukey)
inline
bool Pre_Keyboard::UKeyIsFunctionKey ( UKey  ukey)
inline
bool Pre_Keyboard::UKeyIsKeyboardComboKey ( UKey  ukey)
inline
bool Pre_Keyboard::UKeyIsTextShortcutKey ( UKey  ukey)
inline
bool Pre_Keyboard::UKeyIsUnicodeQtKey ( UKey  ukey)
inline

Variable Documentation

const UKey Pre_Keyboard::cKey_ClearDefaultKeyboards = UKey(0x0120020E)
const UKey Pre_Keyboard::cKey_ColonSlashSlash = UKey(0x01200309)
const UKey Pre_Keyboard::cKey_CreateDefaultKeyboards = UKey(0x0120020D)
const UKey Pre_Keyboard::cKey_DotCom = UKey(0x01200300)
const UKey Pre_Keyboard::cKey_DotCoUK = UKey(0x01200305)
const UKey Pre_Keyboard::cKey_DotDe = UKey(0x01200306)
const UKey Pre_Keyboard::cKey_DotEdu = UKey(0x01200303)
const UKey Pre_Keyboard::cKey_DotFr = UKey(0x01200307)
const UKey Pre_Keyboard::cKey_DotGov = UKey(0x01200304)
const UKey Pre_Keyboard::cKey_DotNet = UKey(0x01200302)
const UKey Pre_Keyboard::cKey_DotOrg = UKey(0x01200301)
const UKey Pre_Keyboard::cKey_DotUs = UKey(0x01200308)
const UKey Pre_Keyboard::cKey_Emoticon_Cry = UKey(0x0120030D)
const UKey Pre_Keyboard::cKey_Emoticon_Frown = UKey(0x0120030C)
const UKey Pre_Keyboard::cKey_Emoticon_Gasp = UKey(0x01200311)
const UKey Pre_Keyboard::cKey_Emoticon_Heart = UKey(0x01200312)
const UKey Pre_Keyboard::cKey_Emoticon_Options = UKey(0x01200313)
const UKey Pre_Keyboard::cKey_Emoticon_Smile = UKey(0x0120030E)
const UKey Pre_Keyboard::cKey_Emoticon_Wink = UKey(0x0120030F)
const UKey Pre_Keyboard::cKey_Emoticon_Yuck = UKey(0x01200310)
const UKey Pre_Keyboard::cKey_Euro = UKey(0x20ac)
const UKey Pre_Keyboard::cKey_Hide = UKey(0x0120020F)
const UKey Pre_Keyboard::cKey_HTTPColonSlashSlash = UKey(0x0120030A)
const UKey Pre_Keyboard::cKey_HTTPSColonSlashSlash = UKey(0x0120030B)
const UKey Pre_Keyboard::cKey_KeyboardComboChoice_First = UKey(0x01200400)
const UKey Pre_Keyboard::cKey_KeyboardComboChoice_Last = UKey(0x012004ff)
const UKey Pre_Keyboard::cKey_None = UKey(0)
const UKey Pre_Keyboard::cKey_ShowKeymapRegions = UKey(0x01200210)
const UKey Pre_Keyboard::cKey_ShowXT9Regions = UKey(0x01200209)
const UKey Pre_Keyboard::cKey_StartStopRecording = UKey(0x01200211)
const UKey Pre_Keyboard::cKey_SwitchToAzerty = UKey(0x01200203)
const UKey Pre_Keyboard::cKey_SwitchToQwerty = UKey(0x01200202)
const UKey Pre_Keyboard::cKey_SwitchToQwertz = UKey(0x01200204)
const UKey Pre_Keyboard::cKey_Symbol = Qt::Key_Alt
const UKey Pre_Keyboard::cKey_SymbolPicker = Qt::Key_Control
const UKey Pre_Keyboard::cKey_ToggleLanguage = UKey(0x01200201)
const UKey Pre_Keyboard::cKey_ToggleSoundFeedback = UKey(0x01200216)
const UKey Pre_Keyboard::cKey_ToggleSuggestions = UKey(0x01200200)