QAccessibleTextSelectionEvent 是对象文本选定改变的信号。 更多...
| 头: | #include <QAccessibleTextSelectionEvent> | 
| qmake: | QT += gui | 
| 继承: | QAccessibleTextCursorEvent | 
| QAccessibleTextSelectionEvent (QAccessibleInterface * iface , int start , int end ) | |
| QAccessibleTextSelectionEvent (QObject * object , int start , int end ) | |
| int | selectionEnd () const | 
| int | selectionStart () const | 
| void | setSelection (int start , int end ) | 
此类用于 QAccessible::updateAccessibility ().
构造新的 QAccessibleTextSelectionEvent 为 iface 。此事件通知新选定即将从位置 start to end .
构造新的 QAccessibleTextSelectionEvent 为 object 。此事件通知新选定即将从位置 start to end .
返回最后选中字符的位置。
返回第一选中字符的位置。
设置用于此事件的选定从位置 start to end .