Uses of Enum
io.qt.gui.QInputMethodEvent.AttributeType
Packages that use QInputMethodEvent.AttributeType
-
Uses of QInputMethodEvent.AttributeType in io.qt.gui
Methods in io.qt.gui that return QInputMethodEvent.AttributeTypeModifier and TypeMethodDescriptionQInputMethodEvent.AttributeType.resolve
(int value) Returns the corresponding enum entry for the given value.QInputMethodEvent.Attribute.type()
Returns the enum constant of this type with the specified name.static QInputMethodEvent.AttributeType[]
QInputMethodEvent.AttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QInputMethodEvent.AttributeTypeModifier and TypeMethodDescriptionfinal void
QInputMethodEvent.Attribute.setType
(QInputMethodEvent.AttributeType type) Constructors in io.qt.gui with parameters of type QInputMethodEvent.AttributeTypeModifierConstructorDescriptionAttribute
(QInputMethodEvent.AttributeType typ, int s, int l) Attribute
(QInputMethodEvent.AttributeType typ, int s, int l, Object val)