Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qiostextinputoverlay.h
Go to the documentation of this file.
1// Copyright (C) 2017 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
4#ifndef QIOSTEXTEDITOVERLAY_H
5#define QIOSTEXTEDITOVERLAY_H
6
7#include <QtCore/QObject>
8
13
15
17{
18public:
21
23
24private:
25 QIOSCursorRecognizer *m_cursorRecognizer;
26 QIOSSelectionRecognizer *m_selectionRecognizer;
27 QIOSTapRecognizer *m_openMenuOnTapRecognizer;
28
29 void updateFocusObject();
30};
31
33
34#endif
static QIOSEditMenu * s_editMenu
\inmodule QtCore
Definition qobject.h:90
Combined button and popup list for selecting options.
#define Q_FORWARD_DECLARE_OBJC_CLASS(classname)