![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QAccessibleTextInterface, including all inherited members.
| addSelection(int startOffset, int endOffset) = 0 | QAccessibleTextInterface | pure virtual |
| attributes(int offset, int *startOffset, int *endOffset) const = 0 | QAccessibleTextInterface | pure virtual |
| characterCount() const = 0 | QAccessibleTextInterface | pure virtual |
| characterRect(int offset) const = 0 | QAccessibleTextInterface | pure virtual |
| cursorPosition() const = 0 | QAccessibleTextInterface | pure virtual |
| offsetAtPoint(const QPoint &point) const = 0 | QAccessibleTextInterface | pure virtual |
| removeSelection(int selectionIndex) = 0 | QAccessibleTextInterface | pure virtual |
| scrollToSubstring(int startIndex, int endIndex) = 0 | QAccessibleTextInterface | pure virtual |
| selection(int selectionIndex, int *startOffset, int *endOffset) const = 0 | QAccessibleTextInterface | pure virtual |
| selectionCount() const = 0 | QAccessibleTextInterface | pure virtual |
| setCursorPosition(int position) = 0 | QAccessibleTextInterface | pure virtual |
| setSelection(int selectionIndex, int startOffset, int endOffset) = 0 | QAccessibleTextInterface | pure virtual |
| text(int startOffset, int endOffset) const = 0 | QAccessibleTextInterface | pure virtual |
| textAfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const | QAccessibleTextInterface | virtual |
| textAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const | QAccessibleTextInterface | virtual |
| textBeforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const | QAccessibleTextInterface | virtual |
| ~QAccessibleTextInterface() | QAccessibleTextInterface | virtual |