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 File Reference

(5866300efee5047f29416354372345d04a1a3ae1)

#include <QtCore/QString>
#include <QtGui/qaccessible.h>
#include <QtGui/qtguiglobal.h>
Include dependency graph for qaccessiblehelper_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_GUI_EXPORT QString qt_accStripAmp (const QString &text)
Q_GUI_EXPORT QString qt_accTextBeforeOffsetHelper (const QAccessibleTextInterface &textInterface, const QTextCursor &textCursor, int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset)
Q_GUI_EXPORT QString qt_accTextAfterOffsetHelper (const QAccessibleTextInterface &textInterface, const QTextCursor &textCursor, int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset)
Q_GUI_EXPORT QString qt_accTextAtOffsetHelper (const QAccessibleTextInterface &textInterface, const QTextCursor &textCursor, int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset)

Function Documentation

◆ qt_accStripAmp()

QT_BEGIN_NAMESPACE Q_GUI_EXPORT QString qt_accStripAmp ( const QString & text)

Definition at line 43 of file qaccessiblehelper.cpp.

◆ qt_accTextAfterOffsetHelper()

Q_GUI_EXPORT QString qt_accTextAfterOffsetHelper ( const QAccessibleTextInterface & textInterface,
const QTextCursor & textCursor,
int offset,
QAccessible::TextBoundaryType boundaryType,
int * startOffset,
int * endOffset )

Definition at line 81 of file qaccessiblehelper.cpp.

◆ qt_accTextAtOffsetHelper()

Q_GUI_EXPORT QString qt_accTextAtOffsetHelper ( const QAccessibleTextInterface & textInterface,
const QTextCursor & textCursor,
int offset,
QAccessible::TextBoundaryType boundaryType,
int * startOffset,
int * endOffset )

Definition at line 109 of file qaccessiblehelper.cpp.

◆ qt_accTextBeforeOffsetHelper()

Q_GUI_EXPORT QString qt_accTextBeforeOffsetHelper ( const QAccessibleTextInterface & textInterface,
const QTextCursor & textCursor,
int offset,
QAccessible::TextBoundaryType boundaryType,
int * startOffset,
int * endOffset )

Definition at line 53 of file qaccessiblehelper.cpp.