![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
| static qsizetype | qt_accAmpIndex (const QString &text) |
| QString | qt_accStripAmp (const QString &text) |
| QString | qt_accTextBeforeOffsetHelper (const QAccessibleTextInterface &textInterface, const QTextCursor &textCursor, int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) |
| 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) |
Definition at line 15 of file qaccessiblehelper.cpp.
Definition at line 43 of file qaccessiblehelper.cpp.
| 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.
| 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.
| 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.