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
KeyboardLayoutItem Struct Reference

#include <qwindowskeymapper.h>

+ Collaboration diagram for KeyboardLayoutItem:

Public Attributes

uint dirty: 1
 
uint exists: 1
 
quint8 deadkeys
 
quint32 qtKey [NumQtKeys]
 

Static Public Attributes

static const size_t NumQtKeys = 9
 

Detailed Description

Definition at line 30 of file qwindowskeymapper.h.

Member Data Documentation

◆ deadkeys

quint8 KeyboardLayoutItem::deadkeys

Definition at line 33 of file qwindowskeymapper.h.

Referenced by operator<<().

◆ dirty

uint KeyboardLayoutItem::dirty

Definition at line 31 of file qwindowskeymapper.h.

◆ exists

uint KeyboardLayoutItem::exists

Definition at line 32 of file qwindowskeymapper.h.

Referenced by operator<<().

◆ NumQtKeys

const size_t KeyboardLayoutItem::NumQtKeys = 9
static

Definition at line 34 of file qwindowskeymapper.h.

◆ qtKey

quint32 KeyboardLayoutItem::qtKey[NumQtKeys]

Definition at line 35 of file qwindowskeymapper.h.

Referenced by operator<<(), and QWindowsKeyMapper::possibleKeyCombinations().


The documentation for this struct was generated from the following file: