AntiMicroX
Loading...
Searching...
No Matches
Functions | Variables
qtwinkeymapper.cpp File Reference
#include <qt_windows.h>
#include <QHashIterator>
#include "qtwinkeymapper.h"
#include "winextras.h"
#include <QDebug>
Include dependency graph for qtwinkeymapper.cpp:

Functions

static QHash< unsigned int, unsigned intinitDynamicKeyMapping ()
 
static QHash< QString, unsigned intintCharToQtKey ()
 
static QHash< QString, unsigned intinitDeadKeyToQtKey ()
 

Variables

static QHash< unsigned int, unsigned intdynamicOEMToQtKeyHash = initDynamicKeyMapping()
 
static QHash< QString, unsigned intcharToQtKeyHash = intCharToQtKey()
 
static QHash< QString, unsigned intdeadKeyToQtKeyHash = initDeadKeyToQtKey()
 

Function Documentation

◆ initDeadKeyToQtKey()

static QHash< QString, unsigned int > initDeadKeyToQtKey ( )
static
Here is the call graph for this function:

◆ initDynamicKeyMapping()

static QHash< unsigned int, unsigned int > initDynamicKeyMapping ( )
static

◆ intCharToQtKey()

static QHash< QString, unsigned int > intCharToQtKey ( )
static
Here is the call graph for this function:

Variable Documentation

◆ charToQtKeyHash

QHash<QString, unsigned int> charToQtKeyHash = intCharToQtKey()
static

◆ deadKeyToQtKeyHash

QHash<QString, unsigned int> deadKeyToQtKeyHash = initDeadKeyToQtKey()
static

◆ dynamicOEMToQtKeyHash

QHash<unsigned int, unsigned int> dynamicOEMToQtKeyHash = initDynamicKeyMapping()
static