java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QInputMethodQueryEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Event sent by the input context to input objects
Java wrapper for Qt class QInputMethodQueryEvent
- Since:
- This class was introduced in Qt 5.0.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ConstructorDescriptionQInputMethodQueryEvent
(Qt.InputMethodQuery ... queries) Overloaded constructor forQInputMethodQueryEvent(io.qt.core.Qt.InputMethodQueries)
. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final Qt.InputMethodQueries
queries()
final void
setValue
(Qt.InputMethodQuery query, Object value) final Object
value
(Qt.InputMethodQuery query) Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QInputMethodQueryEvent
- Parameters:
other
-
-
QInputMethodQueryEvent
- Parameters:
queries
-
-
QInputMethodQueryEvent
Overloaded constructor for
QInputMethodQueryEvent(io.qt.core.Qt.InputMethodQueries)
.
-
-
Method Details
-
queries
- Returns:
-
setValue
- Parameters:
query
-value
-
-
value
- Parameters:
query
-- Returns:
-
clone
Creates and returns a copy of this object.
See
QInputMethodQueryEvent::
QInputMethodQueryEvent(QInputMethodQueryEvent)
-