NAME
Qt::Gui::QAccessibleTextInterface
PUBLIC METHODS
- ~QAccessibleTextInterface()
- void addSelection(int startOffset, int endOffset)
- QString attributes(int offset, int * startOffset, int * endOffset)
- int characterCount()
- QRect characterRect(int offset, QAccessible2::CoordinateType coordType)
- int cursorPosition()
- int offsetAtPoint(const QPoint & point, QAccessible2::CoordinateType coordType)
- QAccessible2Interface * qAccessibleTextCastHelper()
- void removeSelection(int selectionIndex)
- void scrollToSubstring(int startIndex, int endIndex)
- void selection(int selectionIndex, int * startOffset, int * endOffset)
- int selectionCount()
- void setCursorPosition(int position)
- void setSelection(int selectionIndex, int startOffset, int endOffset)
- QString text(int startOffset, int endOffset)
- QString textAfterOffset(int offset, QAccessible2::BoundaryType boundaryType, int * startOffset, int * endOffset)
- QString textAtOffset(int offset, QAccessible2::BoundaryType boundaryType, int * startOffset, int * endOffset)
- QString textBeforeOffset(int offset, QAccessible2::BoundaryType boundaryType, int * startOffset, int * endOffset)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.