java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QInputMethodEvent
- All Implemented Interfaces:
QtObjectInterface
Parameters for input method events
Java wrapper for Qt class QInputMethodEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classQInputMethodEvent::Attribute class stores an input method attributestatic enumJava wrapper for Qt enumQInputMethodEvent::AttributeTypeNested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type -
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQInputMethodEvent(QInputMethodEvent arg__1) SeeQInputMethodEvent::QInputMethodEvent(QInputMethodEvent) QInputMethodEvent(String preeditText, Collection<? extends QInputMethodEvent.Attribute> attributes) -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidassign(QInputMethodEvent other) SeeQInputMethodEvent::operator=(QInputMethodEvent) final QList<QInputMethodEvent.Attribute> clone()final Stringfinal Stringfinal intfinal intprotected final voidset(QInputMethodEvent other) Deprecated.final voidsetCommitString(String commitString) Overloaded function forsetCommitString(java.lang.String, int, int)final voidsetCommitString(String commitString, int replaceFrom) Overloaded function forsetCommitString(java.lang.String, int, int)withreplaceLength = 0.final voidsetCommitString(String commitString, int replaceFrom, int replaceLength) Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QInputMethodEvent
public QInputMethodEvent() -
QInputMethodEvent
See
QInputMethodEvent::QInputMethodEvent(QInputMethodEvent) -
QInputMethodEvent
public QInputMethodEvent(String preeditText, Collection<? extends QInputMethodEvent.Attribute> attributes)
-
-
Method Details
-
attributes
-
commitString
-
assign
See
QInputMethodEvent::operator=(QInputMethodEvent) -
preeditString
-
replacementLength
-
replacementStart
-
setCommitString
@QtUninvokable public final void setCommitString(String commitString, int replaceFrom, int replaceLength) -
clone
-
set
Deprecated.Useassign(io.qt.gui.QInputMethodEvent)instead. -
setCommitString
Overloaded function for
setCommitString(java.lang.String, int, int)withreplaceLength = 0. -
setCommitString
Overloaded function for
setCommitString(java.lang.String, int, int)with:
replaceFrom = 0replaceLength = 0
-
assign(io.qt.gui.QInputMethodEvent)instead.