-
Methods in io.qt.gui with parameters of type QAccessible.TextBoundaryType
Modifier and Type |
Method |
Description |
static QPair<Integer,Integer> |
QAccessible.qAccessibleTextBoundaryHelper(QTextCursor cursor,
QAccessible.TextBoundaryType boundaryType) |
|
String |
QAccessibleTextInterface.Impl.textAfterOffset(int offset,
QAccessible.TextBoundaryType boundaryType,
int[] startOffset,
int[] endOffset) |
|
default String |
QAccessibleTextInterface.textAfterOffset(int offset,
QAccessible.TextBoundaryType boundaryType,
int[] startOffset,
int[] endOffset) |
|
String |
QAccessibleTextInterface.Impl.textAtOffset(int offset,
QAccessible.TextBoundaryType boundaryType,
int[] startOffset,
int[] endOffset) |
|
default String |
QAccessibleTextInterface.textAtOffset(int offset,
QAccessible.TextBoundaryType boundaryType,
int[] startOffset,
int[] endOffset) |
|
String |
QAccessibleTextInterface.Impl.textBeforeOffset(int offset,
QAccessible.TextBoundaryType boundaryType,
int[] startOffset,
int[] endOffset) |
|
default String |
QAccessibleTextInterface.textBeforeOffset(int offset,
QAccessible.TextBoundaryType boundaryType,
int[] startOffset,
int[] endOffset) |
|