Uses of Enum
io.qt.core.Qt.InputMethodQuery
-
Uses of Qt.InputMethodQuery in io.qt.core
Modifier and TypeMethodDescriptionfinal Qt.InputMethodQuery []
Qt.InputMethodQueries.flags()
Returns an array of flag objects represented by this InputMethodQueries.static Qt.InputMethodQuery
Qt.InputMethodQuery.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.InputMethodQuery
Returns the enum constant of this type with the specified name.static Qt.InputMethodQuery[]
Qt.InputMethodQuery.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQt.InputMethodQuery.cleared
(Qt.InputMethodQuery e) Excludes other enum entry from a flag of this entry.final Qt.InputMethodQueries
Qt.InputMethodQueries.combined
(Qt.InputMethodQuery e) Combines this flags with enum entry.Qt.InputMethodQuery.combined
(Qt.InputMethodQuery e) Combines this entry with other enum entry.static Qt.InputMethodQueries
Qt.InputMethodQuery.flags
(Qt.InputMethodQuery ... values) Creates a newQt.InputMethodQueries
from the entries.final Qt.InputMethodQueries
Qt.InputMethodQueries.setFlag
(Qt.InputMethodQuery e) Sets the flage
final Qt.InputMethodQueries
Qt.InputMethodQueries.setFlag
(Qt.InputMethodQuery e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionInputMethodQueries
(Qt.InputMethodQuery ... args) Creates a new InputMethodQueries where the flags inargs
are set. -
Uses of Qt.InputMethodQuery in io.qt.gui
Modifier and TypeMethodDescriptionstatic Object
QInputMethod.queryFocusObject
(Qt.InputMethodQuery query, Object argument) final void
QInputMethodQueryEvent.setValue
(Qt.InputMethodQuery query, Object value) final void
QInputMethod.update
(Qt.InputMethodQuery ... queries) Overloaded function forQInputMethod.update(io.qt.core.Qt.InputMethodQueries)
.final Object
QInputMethodQueryEvent.value
(Qt.InputMethodQuery query) ModifierConstructorDescriptionQInputMethodQueryEvent
(Qt.InputMethodQuery ... queries) Overloaded constructor forQInputMethodQueryEvent(io.qt.core.Qt.InputMethodQueries)
. -
Uses of Qt.InputMethodQuery in io.qt.quick
Modifier and TypeMethodDescriptionQQuickItem.inputMethodQuery
(Qt.InputMethodQuery query) protected final void
QQuickItem.updateInputMethod
(Qt.InputMethodQuery ... queries) Overloaded function forQQuickItem.updateInputMethod(io.qt.core.Qt.InputMethodQueries)
. -
Uses of Qt.InputMethodQuery in io.qt.widgets
Modifier and TypeMethodDescriptionprotected Object
QAbstractGraphicsShapeItem.inputMethodQuery
(Qt.InputMethodQuery query) QAbstractItemView.inputMethodQuery
(Qt.InputMethodQuery query) QAbstractSpinBox.inputMethodQuery
(Qt.InputMethodQuery arg__1) QComboBox.inputMethodQuery
(Qt.InputMethodQuery arg__1) final Object
QComboBox.inputMethodQuery
(Qt.InputMethodQuery query, Object argument) protected Object
QGraphicsItem.Impl.inputMethodQuery
(Qt.InputMethodQuery query) QGraphicsItem.MemberAccess.inputMethodQuery
(Qt.InputMethodQuery query) protected Object
QGraphicsItemGroup.inputMethodQuery
(Qt.InputMethodQuery query) protected Object
QGraphicsLineItem.inputMethodQuery
(Qt.InputMethodQuery query) protected Object
QGraphicsObject.inputMethodQuery
(Qt.InputMethodQuery query) protected Object
QGraphicsPixmapItem.inputMethodQuery
(Qt.InputMethodQuery query) protected Object
QGraphicsProxyWidget.inputMethodQuery
(Qt.InputMethodQuery query) QGraphicsScene.inputMethodQuery
(Qt.InputMethodQuery query) protected Object
QGraphicsTextItem.inputMethodQuery
(Qt.InputMethodQuery query) QGraphicsView.inputMethodQuery
(Qt.InputMethodQuery query) QLineEdit.inputMethodQuery
(Qt.InputMethodQuery arg__1) final Object
QLineEdit.inputMethodQuery
(Qt.InputMethodQuery property, Object argument) QPlainTextEdit.inputMethodQuery
(Qt.InputMethodQuery property) final Object
QPlainTextEdit.inputMethodQuery
(Qt.InputMethodQuery query, Object argument) QTextEdit.inputMethodQuery
(Qt.InputMethodQuery property) final Object
QTextEdit.inputMethodQuery
(Qt.InputMethodQuery query, Object argument) QWidget.inputMethodQuery
(Qt.InputMethodQuery arg__1)