Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qaccessiblequickpage_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 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 QACCESSIBLEQUICKPAGE_H
5#define QACCESSIBLEQUICKPAGE_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtQuick/private/qaccessiblequickitem_p.h>
19
21
22class QQuickPage;
23
24class QAccessibleQuickPage : public QAccessibleQuickItem
25{
26public:
28 QAccessibleInterface *child(int index) const override;
29 int indexOfChild(const QAccessibleInterface *iface) const override;
30private:
31 QQuickPage *page() const;
32 QList<QQuickItem *> orderedChildItems() const;
33};
34
36
37#endif // QACCESSIBLEQUICKPAGE_H
int indexOfChild(const QAccessibleInterface *iface) const override
Definition qlist.h:74
Combined button and popup list for selecting options.
GLuint index
[2]
QByteArray page
[45]
QLayoutItem * child
[0]