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
qiosplatformaccessibility.h
Go to the documentation of this file.
1// Copyright (C) 2016 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 QIOSPLATFORMACCESSIBILITY_H
6#define QIOSPLATFORMACCESSIBILITY_H
7
8#include <qpa/qplatformaccessibility.h>
9#include <QtCore/private/qcore_mac_p.h>
10#include <quiaccessibilityelement.h>
11
12#if QT_CONFIG(accessibility)
13
14QT_BEGIN_NAMESPACE
15
16class QIOSPlatformAccessibility: public QPlatformAccessibility
17{
18public:
19 QIOSPlatformAccessibility();
20 ~QIOSPlatformAccessibility();
21
22 virtual void notifyAccessibilityUpdate(QAccessibleEvent *event);
23
24private:
25 QMacNotificationObserver m_focusObserver;
26 QMacAccessibilityElement *m_focusElement;
27};
28
29QT_END_NAMESPACE
30
31#endif
32
33#endif
QVariant styleHint(StyleHint hint) const override
QPlatformTheme * createPlatformTheme(const QString &name) const override
void beep() const override
static QIOSIntegration * instance()
void setApplicationBadge(qint64 number) override
QPointingDevice * touchDevice()
QStringList themeNames() const override
QPlatformNativeInterface * nativeInterface() const override
QAbstractEventDispatcher * createEventDispatcher() const override
Factory function for the GUI event dispatcher.
QPlatformServices * services() const override
QPlatformInputContext * inputContext() const override
Returns the platforms input context.
QPlatformFontDatabase * fontDatabase() const override
Accessor for the platform integration's fontdatabase.
static const char * name
Definition qiostheme.h:42
#define QIosOptionalPluginInterface_iid