java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QInputMethodQueryEvent
- All Implemented Interfaces:
QtObjectInterface
public class QInputMethodQueryEvent extends QEvent
Event sent by the input context to input objects
Java wrapper for Qt class QInputMethodQueryEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QInputMethodQueryEvent(Qt.InputMethodQueries queries)
QInputMethodQueryEvent(Qt.InputMethodQuery... queries)
Overloaded constructor forQInputMethodQueryEvent(io.qt.core.Qt.InputMethodQueries)
.protected
QInputMethodQueryEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description Qt.InputMethodQueries
queries()
void
setValue(Qt.InputMethodQuery query, Object value)
String
toString()
Object
value(Qt.InputMethodQuery query)
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
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