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
qandroidplatformaccessibility.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
6#ifndef QANDROIDPLATFORMACCESSIBILITY_H
7#define QANDROIDPLATFORMACCESSIBILITY_H
8
9#include <qpa/qplatformaccessibility.h>
10
11QT_BEGIN_NAMESPACE
12
13class QAndroidPlatformAccessibility: public QPlatformAccessibility
14{
15public:
16 QAndroidPlatformAccessibility();
17 ~QAndroidPlatformAccessibility();
18
19 void notifyAccessibilityUpdate(QAccessibleEvent *event) override;
20 void setRootObject(QObject *obj) override;
21};
22
23QT_END_NAMESPACE
24
25#endif
Combined button and popup list for selecting options.
void notifyDescriptionOrNameChanged(uint accessibilityObjectId)
void notifyObjectShow(uint accessibilityObjectId)
void notifyLocationChange(uint accessibilityObjectId)
void notifyObjectFocus(uint accessibilityObjectId)
void createAccessibilityContextObject(QObject *parent)
void notifyObjectHide(uint accessibilityObjectId)
void notifyValueChanged(uint accessibilityObjectId)
void notifyScrolledEvent(uint accessiblityObjectId)