Uses of Class
io.qt.core.Qt.InputMethodQuery
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.quick | |
io.qt.widgets |
-
Uses of Qt.InputMethodQuery in io.qt.core
Methods in io.qt.core that return Qt.InputMethodQuery Modifier and Type Method Description 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
Qt.InputMethodQuery. valueOf(String name)
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.Methods in io.qt.core with parameters of type Qt.InputMethodQuery Modifier and Type Method Description Qt.InputMethodQueries
Qt.InputMethodQueries. combined(Qt.InputMethodQuery e)
Combines this flags with enum entry.Qt.InputMethodQueries
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.Qt.InputMethodQueries
Qt.InputMethodQueries. setFlag(Qt.InputMethodQuery e)
Sets the flage
Qt.InputMethodQueries
Qt.InputMethodQueries. setFlag(Qt.InputMethodQuery e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.InputMethodQuery Constructor Description InputMethodQueries(Qt.InputMethodQuery... args)
Creates a new InputMethodQueries where the flags inargs
are set. -
Uses of Qt.InputMethodQuery in io.qt.gui
Methods in io.qt.gui with parameters of type Qt.InputMethodQuery Modifier and Type Method Description static Object
QInputMethod. queryFocusObject(Qt.InputMethodQuery query, Object argument)
void
QInputMethodQueryEvent. setValue(Qt.InputMethodQuery query, Object value)
void
QInputMethod. update(Qt.InputMethodQuery... queries)
Overloaded function forQInputMethod.update(io.qt.core.Qt.InputMethodQueries)
.Object
QInputMethodQueryEvent. value(Qt.InputMethodQuery query)
Constructors in io.qt.gui with parameters of type Qt.InputMethodQuery Constructor Description QInputMethodQueryEvent(Qt.InputMethodQuery... queries)
Overloaded constructor forQInputMethodQueryEvent(io.qt.core.Qt.InputMethodQueries)
. -
Uses of Qt.InputMethodQuery in io.qt.quick
Methods in io.qt.quick with parameters of type Qt.InputMethodQuery Modifier and Type Method Description Object
QQuickItem. inputMethodQuery(Qt.InputMethodQuery query)
protected void
QQuickItem. updateInputMethod(Qt.InputMethodQuery... queries)
Overloaded function forQQuickItem.updateInputMethod(io.qt.core.Qt.InputMethodQueries)
. -
Uses of Qt.InputMethodQuery in io.qt.widgets