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
quiaccessibilityelement.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 QUIACCESSIBILITYELEMENT_H
6#define QUIACCESSIBILITYELEMENT_H
7
8#import <UIKit/UIKit.h>
9#import <QtGui/QtGui>
10
11#if QT_CONFIG(accessibility)
12
13@interface QT_MANGLE_NAMESPACE(QMacAccessibilityElement) : UIAccessibilityElement
14
15@property (readonly) QAccessible::Id axid;
16
17+ (instancetype)elementWithId:(QAccessible::Id)anId;
18
19@end
20
21#endif
22#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