- 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) - Parameters:
other-
-
Attribute
See
QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::AttributeType, int, int) - Parameters:
typ-s-l-
-
Attribute
See
QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::AttributeType, int, int, QVariant) - Parameters:
typ-s-l-val-
-
-
Method Details
-
setLength
See
QInputMethodEvent::Attribute::length - Parameters:
length-
-
length
See
QInputMethodEvent::Attribute::length - Returns:
-
setStart
See
QInputMethodEvent::Attribute::start - Parameters:
start-
-
start
See
QInputMethodEvent::Attribute::start - Returns:
-
setType
See
QInputMethodEvent::Attribute::type - Parameters:
type-
-
type
See
QInputMethodEvent::Attribute::type - Returns:
-
setValue
See
QInputMethodEvent::Attribute::value - Parameters:
value-
-
value
See
QInputMethodEvent::Attribute::value - Returns:
-
clone
Creates and returns a copy of this object.
See
QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::Attribute)
-