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
qaccessiblewidgetfactory_p.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
#
include
<
QtWidgets
/
private
/
qtwidgetsglobal_p
.
h
>
5
6
#
ifndef
QACCESSIBLEWIDGETFACTORY_H
7
#
define
QACCESSIBLEWIDGETFACTORY_H
8
9
//
10
// W A R N I N G
11
// -------------
12
//
13
// This file is not part of the Qt API. It exists for the convenience
14
// of other Qt classes. This header file may change from version to
15
// version without notice, or even be removed.
16
//
17
// We mean it.
18
//
19
20
QT_BEGIN_NAMESPACE
21
22
class
QObject;
23
class
QAccessibleInterface;
24
class
QString;
25
26
QAccessibleInterface *
qAccessibleFactory
(
const
QString &classname, QObject *object);
27
28
QT_END_NAMESPACE
29
30
#
endif
qAccessibleFactory
QAccessibleInterface * qAccessibleFactory(const QString &classname, QObject *object)
qtbase
src
widgets
accessible
qaccessiblewidgetfactory_p.h
Generated on
for Qt by
1.14.0