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
qaccessiblehelper_p.h
Go to the documentation of this file.
1// Copyright (C) 2025 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 QACCESSIBLEHELPER_P_H
5#define QACCESSIBLEHELPER_P_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 <QtCore/QString>
19#include <QtGui/qaccessible.h>
20#include <QtGui/qtguiglobal.h>
21
22class QTextCursor;
23
25
26Q_GUI_EXPORT QString qt_accStripAmp(const QString &text);
27
28Q_GUI_EXPORT QString qt_accTextBeforeOffsetHelper(const QAccessibleTextInterface &textInterface,
29 const QTextCursor &textCursor, int offset,
30 QAccessible::TextBoundaryType boundaryType,
31 int *startOffset, int *endOffset);
32
33Q_GUI_EXPORT QString qt_accTextAfterOffsetHelper(const QAccessibleTextInterface &textInterface,
34 const QTextCursor &textCursor, int offset,
35 QAccessible::TextBoundaryType boundaryType,
36 int *startOffset, int *endOffset);
37
38Q_GUI_EXPORT QString qt_accTextAtOffsetHelper(const QAccessibleTextInterface &textInterface,
39 const QTextCursor &textCursor, int offset,
40 QAccessible::TextBoundaryType boundaryType,
41 int *startOffset, int *endOffset);
42
43QT_END_NAMESPACE
44
45#endif // QACCESSIBLEHELPER_P_H
Combined button and popup list for selecting options.
QString qt_accStripAmp(const QString &text)
QString qt_accTextAfterOffsetHelper(const QAccessibleTextInterface &textInterface, const QTextCursor &textCursor, int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset)
QString qt_accTextAtOffsetHelper(const QAccessibleTextInterface &textInterface, const QTextCursor &textCursor, int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset)
QString qt_accTextBeforeOffsetHelper(const QAccessibleTextInterface &textInterface, const QTextCursor &textCursor, int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset)
static qsizetype qt_accAmpIndex(const QString &text)
QDebug Q_GUI_EXPORT & operator<<(QDebug &s, const QVectorPath &path)