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
m_position()
protected String
m_text()
protected void
setM_position(int m_position)
protected void
setM_text(String m_text)
String
textRemoved()
Methods inherited from class io.qt.gui.QAccessibleTextCursorEvent
cursorPosition, m_cursorPosition, setCursorPosition, setM_cursorPosition
Methods inherited from class io.qt.gui.QAccessibleEvent
accessibleInterface, child, m_type, object, setChild, setM_type, toString, type, uniqueId
-
Constructor Details
-
QAccessibleTextRemoveEvent
-
QAccessibleTextRemoveEvent
-
QAccessibleTextRemoveEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details