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
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// Qt-Security score:significant reason:default
4
5#ifndef QIOSTEXTEDITOVERLAY_H
6#define QIOSTEXTEDITOVERLAY_H
7
8#include <QtCore/QObject>
9
14
15QT_BEGIN_NAMESPACE
16
17class QIOSTextInputOverlay : public QObject
18{
19public:
20 QIOSTextInputOverlay();
21 ~QIOSTextInputOverlay();
22
23 static QIOSEditMenu *s_editMenu;
24
25private:
26 QIOSCursorRecognizer *m_cursorRecognizer;
27 QIOSSelectionRecognizer *m_selectionRecognizer;
28 QIOSTapRecognizer *m_openMenuOnTapRecognizer;
29
30 void updateFocusObject();
31};
32
33QT_END_NAMESPACE
34
35#endif
QIOSApplicationState applicationState
void initialize() override
Performs initialization steps that depend on having an event dispatcher available.
QVariant styleHint(StyleHint hint) const override
QPlatformTheme * createPlatformTheme(const QString &name) const override
QFactoryLoader * optionalPlugins()
void * nativeResourceForWindow(const QByteArray &resource, QWindow *window) override
void beep() const override
static QIOSIntegration * instance()
QPlatformOffscreenSurface * createPlatformOffscreenSurface(QOffscreenSurface *surface) const override
Factory function for QOffscreenSurface.
QPlatformWindow * createForeignWindow(QWindow *window, WId nativeHandle) const override
void setApplicationBadge(qint64 number) override
QPointingDevice * touchDevice()
QPlatformBackingStore * createPlatformBackingStore(QWindow *window) const override
Factory function for QPlatformBackingStore.
QStringList themeNames() const override
QPlatformNativeInterface * nativeInterface() const override
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
QPlatformServices * services() const override
bool hasCapability(Capability cap) const override
QPlatformInputContext * inputContext() const override
Returns the platforms input context.
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
QPlatformWindow * createPlatformWindow(QWindow *window) const override
Factory function for QPlatformWindow.
Q_FORWARD_DECLARE_OBJC_CLASS(NSObject)
Q_FORWARD_DECLARE_OBJC_CLASS(QIOSTapRecognizer)
Q_FORWARD_DECLARE_OBJC_CLASS(QIOSCursorRecognizer)
Q_FORWARD_DECLARE_OBJC_CLASS(QIOSSelectionRecognizer)