5#ifndef QIOSTEXTEDITOVERLAY_H
6#define QIOSTEXTEDITOVERLAY_H
8#include <QtCore/QObject>
17class QIOSTextInputOverlay :
public QObject
20 QIOSTextInputOverlay();
21 ~QIOSTextInputOverlay();
23 static QIOSEditMenu *s_editMenu;
26 QIOSCursorRecognizer *m_cursorRecognizer;
27 QIOSSelectionRecognizer *m_selectionRecognizer;
28 QIOSTapRecognizer *m_openMenuOnTapRecognizer;
30 void updateFocusObject();
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)