java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QInputMethodQueryEvent
- All Implemented Interfaces:
QtObjectInterface
Event sent by the input context to input objects
Java wrapper for Qt class QInputMethodQueryEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionQInputMethodQueryEvent
(Qt.InputMethodQuery... queries) Overloaded constructor forQInputMethodQueryEvent(io.qt.core.Qt.InputMethodQueries)
.protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.InputMethodQueries
queries()
final void
setValue
(Qt.InputMethodQuery query, Object value) toString()
final Object
value
(Qt.InputMethodQuery query) Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QInputMethodQueryEvent
Overloaded constructor for
QInputMethodQueryEvent(io.qt.core.Qt.InputMethodQueries)
. -
QInputMethodQueryEvent
-
QInputMethodQueryEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details