Uses of Class
io.qt.gui.QInputMethodEvent.Attribute
Packages that use QInputMethodEvent.Attribute
-
Uses of QInputMethodEvent.Attribute in io.qt.gui
Methods in io.qt.gui that return QInputMethodEvent.AttributeModifier and TypeMethodDescriptionQInputMethodEvent.Attribute.clone()
Creates and returns a copy of this object.Methods in io.qt.gui that return types with arguments of type QInputMethodEvent.AttributeModifier and TypeMethodDescriptionfinal QList<QInputMethodEvent.Attribute>
QInputMethodEvent.attributes()
Constructors in io.qt.gui with parameters of type QInputMethodEvent.AttributeModifierConstructorDescriptionSeeQInputMethodEvent::Attribute::
Attribute(QInputMethodEvent::Attribute) Constructor parameters in io.qt.gui with type arguments of type QInputMethodEvent.AttributeModifierConstructorDescriptionQInputMethodEvent
(String preeditText, Collection<? extends QInputMethodEvent.Attribute> attributes) -
Uses of QInputMethodEvent.Attribute in io.qt.keyboard
Methods in io.qt.keyboard that return types with arguments of type QInputMethodEvent.AttributeModifier and TypeMethodDescriptionfinal QList<QInputMethodEvent.Attribute>
QVirtualKeyboardInputContext.preeditTextAttributes()
SeeQVirtualKeyboardInputContext::
preeditTextAttributes()const Method parameters in io.qt.keyboard with type arguments of type QInputMethodEvent.AttributeModifier and TypeMethodDescriptionfinal void
QVirtualKeyboardInputContext.setPreeditText
(String text, Collection<? extends QInputMethodEvent.Attribute> attributes) Overloaded function forQVirtualKeyboardInputContext.setPreeditText(java.lang.String, java.util.Collection, int, int)
final void
QVirtualKeyboardInputContext.setPreeditText
(String text, Collection<? extends QInputMethodEvent.Attribute> attributes, int replaceFrom) Overloaded function forQVirtualKeyboardInputContext.setPreeditText(java.lang.String, java.util.Collection, int, int)
withreplaceLength = 0
.final void
QVirtualKeyboardInputContext.setPreeditText
(String text, Collection<? extends QInputMethodEvent.Attribute> attributes, int replaceFrom, int replaceLength)