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
qaccessibleplugin.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#ifndef QACCESSIBLEPLUGIN_H
5#define QACCESSIBLEPLUGIN_H
6
7#include <QtGui/qtguiglobal.h>
8#include <QtGui/qaccessible.h>
9#include <QtCore/qfactoryinterface.h>
10
12
13
14#if QT_CONFIG(accessibility)
15
17
18#define QAccessibleFactoryInterface_iid "org.qt-project.Qt.QAccessibleFactoryInterface"
19
21
23{
25public:
26 explicit QAccessiblePlugin(QObject *parent = nullptr);
28
29 virtual QAccessibleInterface *create(const QString &key, QObject *object) = 0;
30};
31
32#endif // QT_CONFIG(accessibility)
33
35
36#endif // QACCESSIBLEPLUGIN_H
\inmodule QtSql
Q_STATIC_LOGGING_CATEGORY(lcAccessibilityCore, "qt.accessibility.core")