Uses of Class
io.qt.gui.QInputMethodEvent.AttributeType
Package | Description |
---|---|
io.qt.gui |
-
Uses of QInputMethodEvent.AttributeType in io.qt.gui
Methods in io.qt.gui that return QInputMethodEvent.AttributeType Modifier and Type Method Description static QInputMethodEvent.AttributeType
QInputMethodEvent.AttributeType. resolve(int value)
Returns the corresponding enum entry for the given value.QInputMethodEvent.AttributeType
QInputMethodEvent.Attribute. type()
static QInputMethodEvent.AttributeType
QInputMethodEvent.AttributeType. valueOf(String name)
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.AttributeType Modifier and Type Method Description void
QInputMethodEvent.Attribute. setType(QInputMethodEvent.AttributeType type)
Constructors in io.qt.gui with parameters of type QInputMethodEvent.AttributeType Constructor Description Attribute(QInputMethodEvent.AttributeType typ, int s, int l)
Attribute(QInputMethodEvent.AttributeType typ, int s, int l, Object val)