java.lang.Object
io.qt.QtObject
io.qt.gui.QInputMethodEvent.Attribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QInputMethodEvent
QInputMethodEvent::Attribute class stores an input method attribute
Java wrapper for Qt's class QInputMethodEvent::Attribute
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionAttribute
(QInputMethodEvent.AttributeType typ, int s, int l) Attribute
(QInputMethodEvent.AttributeType typ, int s, int l, Object val) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final int
Kotlin property getter.final int
getStart()
Kotlin property getter.getType()
Kotlin property getter.final Object
getValue()
Kotlin property getter.final int
length()
final void
setLength
(int length) final void
setStart
(int start) final void
final void
final int
start()
type()
final Object
value()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Attribute
-
Attribute
-
Attribute
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setLength
-
getLength
Kotlin property getter. In Java use
length()
instead. -
length
-
setStart
-
getStart
Kotlin property getter. In Java use
start()
instead. -
start
-
setType
-
getType
Kotlin property getter. In Java use
type()
instead. -
type
-
setValue
-
getValue
Kotlin property getter. In Java use
value()
instead. -
value
-
clone
-