Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qplatformkeymapper.h
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QPLATFORMKEYMAPPER_P
6#define QPLATFORMKEYMAPPER_P
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is part of the QPA API and is not meant to be used
13// in applications. Usage of this API may make your code
14// source and binary incompatible with future versions of Qt.
15//
16
17#include <QtGui/qtguiglobal.h>
18#include <QtCore/qloggingcategory.h>
19
21
23
24class QKeyEvent;
25
26class Q_GUI_EXPORT QPlatformKeyMapper
27{
28public:
29 virtual ~QPlatformKeyMapper();
30
31 virtual QList<QKeyCombination> possibleKeyCombinations(const QKeyEvent *event) const;
32 virtual Qt::KeyboardModifiers queryKeyboardModifiers() const;
33};
34
35QT_END_NAMESPACE
36
37#endif // QPLATFORMKEYMAPPER_P
Combined button and popup list for selecting options.
QT_BEGIN_NAMESPACE QT_DECLARE_EXPORTED_QT_LOGGING_CATEGORY(lcAotCompiler, Q_QMLCOMPILER_EXPORT)