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
4
5#ifndef QANDROIDPLATFORMACCESSIBILITY_H
6#define QANDROIDPLATFORMACCESSIBILITY_H
7
8#include <qpa/qplatformaccessibility.h>
9
10QT_BEGIN_NAMESPACE
11
12class QAndroidPlatformAccessibility: public QPlatformAccessibility
13{
14public:
15 QAndroidPlatformAccessibility();
16 ~QAndroidPlatformAccessibility();
17
18 void notifyAccessibilityUpdate(QAccessibleEvent *event) override;
19 void setRootObject(QObject *obj) override;
20};
21
22QT_END_NAMESPACE
23
24#endif
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)