java.lang.Object
io.qt.QtObject
io.qt.gui.QAccessibleEvent
io.qt.gui.QAccessibleTextCursorEvent
io.qt.gui.QAccessibleTextRemoveEvent
- All Implemented Interfaces:
QtObjectInterface
Notifies of text being deleted
Java wrapper for Qt's class QAccessibleTextRemoveEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQAccessibleTextRemoveEvent
(QObject obj, int position, String text) QAccessibleTextRemoveEvent
(QAccessibleInterface iface, int position, String text) protected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.gui.QAccessibleTextCursorEvent
cursorPosition, setCursorPosition
Methods inherited from class io.qt.gui.QAccessibleEvent
accessibleInterface, child, object, setChild, toString, type, uniqueId
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QAccessibleTextRemoveEvent
-
QAccessibleTextRemoveEvent
-
QAccessibleTextRemoveEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
changePosition
-
textRemoved
-
setPosition
-
getPosition
Kotlin property getter. In Java use
position()
instead. -
position
-
setText
-
getText
Kotlin property getter. In Java use
text()
instead. -
text
-