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
qbsdkeyboard_defaultmap.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "qnamespace.h"
+ Include dependency graph for qbsdkeyboard_defaultmap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QCTRL(x)   ((x) | Qt::ControlModifier)
 
#define QALT(x)   ((x) | Qt::AltModifier)
 
#define QKEYPAD(x)   ((x) | Qt::KeypadModifier)
 

Variables

const QBsdKeyboardMap::Mapping keymapDefault []
 

Macro Definition Documentation

◆ QALT

#define QALT ( x)    ((x) | Qt::AltModifier)

Definition at line 25 of file qbsdkeyboard_defaultmap.h.

◆ QCTRL

#define QCTRL ( x)    ((x) | Qt::ControlModifier)

Definition at line 24 of file qbsdkeyboard_defaultmap.h.

◆ QKEYPAD

#define QKEYPAD ( x)    ((x) | Qt::KeypadModifier)

Definition at line 26 of file qbsdkeyboard_defaultmap.h.

Variable Documentation

◆ keymapDefault

const QBsdKeyboardMap::Mapping keymapDefault[]

Definition at line 28 of file qbsdkeyboard_defaultmap.h.

Referenced by QBsdKeyboardHandler::resetKeymap().