- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QInputMethodEvent
QInputMethodEvent::Attribute class stores an input method attribute
Java wrapper for Qt class QInputMethodEvent::Attribute
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQInputMethodEvent::Attribute::Attribute(QInputMethodEvent::Attribute) Attribute(QInputMethodEvent.AttributeType typ, int s, int l) SeeQInputMethodEvent::Attribute::Attribute(QInputMethodEvent::AttributeType, int, int) Attribute(QInputMethodEvent.AttributeType typ, int s, int l, Object val) SeeQInputMethodEvent::Attribute::Attribute(QInputMethodEvent::AttributeType, int, int, QVariant) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final intlength()SeeQInputMethodEvent::Attribute::length final voidsetLength(int length) SeeQInputMethodEvent::Attribute::length final voidsetStart(int start) SeeQInputMethodEvent::Attribute::start final voidSeeQInputMethodEvent::Attribute::type final voidSeeQInputMethodEvent::Attribute::value final intstart()SeeQInputMethodEvent::Attribute::start type()SeeQInputMethodEvent::Attribute::type final Objectvalue()SeeQInputMethodEvent::Attribute::value Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Attribute
See
QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::Attribute) -
Attribute
See
QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::AttributeType, int, int) -
Attribute
See
QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::AttributeType, int, int, QVariant)
-
-
Method Details
-
setLength
See
QInputMethodEvent::Attribute::length -
length
See
QInputMethodEvent::Attribute::length -
setStart
See
QInputMethodEvent::Attribute::start -
start
See
QInputMethodEvent::Attribute::start -
setType
See
QInputMethodEvent::Attribute::type -
type
See
QInputMethodEvent::Attribute::type -
setValue
See
QInputMethodEvent::Attribute::value -
value
See
QInputMethodEvent::Attribute::value -
clone
Creates and returns a copy of this object.
See
QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::Attribute)
-