![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/QString>#include <QtGui/qaccessible.h>#include <QtGui/qtguiglobal.h>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) |
| QT_BEGIN_NAMESPACE Q_GUI_EXPORT QString qt_accStripAmp | ( | const QString & | text | ) |
Definition at line 43 of file qaccessiblehelper.cpp.
| 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.
| 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.
| 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.