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
QPlatformKeyMapper Class Reference

#include <qplatformkeymapper.h>

+ Inheritance diagram for QPlatformKeyMapper:
+ Collaboration diagram for QPlatformKeyMapper:

Public Member Functions

virtual ~QPlatformKeyMapper ()
 
virtual QList< QKeyCombinationpossibleKeyCombinations (const QKeyEvent *event) const
 
virtual Qt::KeyboardModifiers queryKeyboardModifiers () const
 

Detailed Description

Definition at line 25 of file qplatformkeymapper.h.

Constructor & Destructor Documentation

◆ ~QPlatformKeyMapper()

QT_BEGIN_NAMESPACE QPlatformKeyMapper::~QPlatformKeyMapper ( )
virtual

Definition at line 13 of file qplatformkeymapper.cpp.

Member Function Documentation

◆ possibleKeyCombinations()

QList< QKeyCombination > QPlatformKeyMapper::possibleKeyCombinations ( const QKeyEvent * event) const
virtual

Reimplemented in QWindowsKeyMapper, QAppleKeyMapper, and QXcbKeyboard.

Definition at line 23 of file qplatformkeymapper.cpp.

References QKeyCombination::fromCombined(), and QGuiApplicationPrivate::platformIntegration().

+ Here is the call graph for this function:

◆ queryKeyboardModifiers()

Qt::KeyboardModifiers QPlatformKeyMapper::queryKeyboardModifiers ( ) const
virtual

Reimplemented in QAppleKeyMapper, QWindowsKeyMapper, and QXcbKeyboard.

Definition at line 33 of file qplatformkeymapper.cpp.

References QGuiApplicationPrivate::platformIntegration().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: