webappmanager
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KeyboardMapping.h File Reference
#include "Common.h"
#include <Qt>
#include "SysMgrDeviceKeydefs.h"
Include dependency graph for KeyboardMapping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  KeyMapType
 

Macros

#define LAST_KEY   (0xffffffff)
 

Functions

KeyMapType getDetailsForKey (int key, unsigned int modifiers)
 
KeyMapType getDetailsForQtKey (int qtKey, Qt::KeyboardModifiers modifiers)
 
KeyMapType getDetailsForKey (int key)
 

Macro Definition Documentation

#define LAST_KEY   (0xffffffff)

Function Documentation

KeyMapType getDetailsForKey ( int  key,
unsigned int  modifiers 
)
KeyMapType getDetailsForKey ( int  key)
KeyMapType getDetailsForQtKey ( int  qtKey,
Qt::KeyboardModifiers  modifiers 
)