java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QInputMethodEvent.Attribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QInputMethodEvent
public static class QInputMethodEvent.Attribute extends QtObject implements Cloneable
QInputMethodEvent::Attribute class stores an input method attribute
Java wrapper for Qt class QInputMethodEvent::Attribute
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description Attribute(QInputMethodEvent.AttributeType typ, int s, int l)
Attribute(QInputMethodEvent.AttributeType typ, int s, int l, Object val)
protected
Attribute(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QInputMethodEvent.Attribute
clone()
int
length()
void
setLength(int length)
void
setStart(int start)
void
setType(QInputMethodEvent.AttributeType type)
void
setValue(Object value)
int
start()
QInputMethodEvent.AttributeType
type()
Object
value()