java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QInputMethodEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Parameters for input method events
Java wrapper for Qt class QInputMethodEvent
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QInputMethodEvent::Attribute class stores an input method attributestatic enum
Java wrapper for Qt enumQInputMethodEvent::AttributeType
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ConstructorDescriptionQInputMethodEvent
(String preeditText, Collection<? extends QInputMethodEvent.Attribute> attributes) -
Method Summary
Modifier and TypeMethodDescriptionfinal QList<QInputMethodEvent.Attribute>
clone()
Creates and returns a copy of this object.final String
final String
final int
final int
final void
setCommitString
(String commitString) Overloaded function forsetCommitString(java.lang.String, int, int)
final void
setCommitString
(String commitString, int replaceFrom) Overloaded function forsetCommitString(java.lang.String, int, int)
withreplaceLength = 0
.final void
setCommitString
(String commitString, int replaceFrom, int replaceLength) Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QInputMethodEvent
public QInputMethodEvent() -
QInputMethodEvent
- Parameters:
other
-
-
QInputMethodEvent
public QInputMethodEvent(String preeditText, Collection<? extends QInputMethodEvent.Attribute> attributes) - Parameters:
preeditText
-attributes
-
-
-
Method Details
-
attributes
- Returns:
-
commitString
- Returns:
-
preeditString
- Returns:
-
replacementLength
- Returns:
-
replacementStart
- Returns:
-
setCommitString
@QtUninvokable public final void setCommitString(String commitString, int replaceFrom, int replaceLength) - Parameters:
commitString
-replaceFrom
-replaceLength
-
-
clone
Creates and returns a copy of this object.
-
setCommitString
Overloaded function for
setCommitString(java.lang.String, int, int)
withreplaceLength = 0
. -
setCommitString
Overloaded function for
setCommitString(java.lang.String, int, int)
with:
replaceFrom = 0
replaceLength = 0
-