内容表

上一话题

QAccessibleTextCursorEvent

下一话题

QAccessibleTextInterface

QAccessibleTextInsertEvent

QAccessibleTextInsertEvent class notifies of text being inserted. 更多

Inheritance diagram of PySide2.QtGui.QAccessibleTextInsertEvent

详细描述

此类被用于 updateAccessibility() .

class QAccessibleTextInsertEvent ( iface , position , text )

QAccessibleTextInsertEvent(obj, position, text)

参数
PySide2.QtGui.QAccessibleTextInsertEvent. changePosition ( )
返回类型

int

Returns the position where the text was inserted.

PySide2.QtGui.QAccessibleTextInsertEvent. textInserted ( )
返回类型

unicode

Returns the text that has been inserted.