- 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
ConstructorDescriptionSeeQInputMethodEvent::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 int
length()
SeeQInputMethodEvent::Attribute::
length final void
setLength
(int length) SeeQInputMethodEvent::Attribute::
length final void
setStart
(int start) SeeQInputMethodEvent::Attribute::
start final void
SeeQInputMethodEvent::Attribute::
type final void
SeeQInputMethodEvent::Attribute::
value final int
start()
SeeQInputMethodEvent::Attribute::
start type()
SeeQInputMethodEvent::Attribute::
type final Object
value()
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)
-