java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessibleEvent
io.qt.gui.QAccessibleTextCursorEvent
io.qt.gui.QAccessibleTextRemoveEvent
- All Implemented Interfaces:
QtObjectInterface
public class QAccessibleTextRemoveEvent extends QAccessibleTextCursorEvent
Notifies of text being deleted
Java wrapper for Qt class QAccessibleTextRemoveEvent
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QAccessibleTextRemoveEvent(QObject obj, int position, String text)
QAccessibleTextRemoveEvent(QAccessibleInterface iface, int position, String text)
protected
QAccessibleTextRemoveEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
changePosition()
protected int
position()
protected void
setPosition(int position)
protected void
setText(String text)
protected String
text()
String
textRemoved()
Methods inherited from class io.qt.gui.QAccessibleEvent
accessibleInterface, child, object, setChild, toString, type, uniqueId
-
Constructor Details
-
QAccessibleTextRemoveEvent
-
QAccessibleTextRemoveEvent
-
QAccessibleTextRemoveEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details