Uses of Enum
io.qt.core.Qt.InputMethodHint
-
Uses of Qt.InputMethodHint in io.qt.core
Modifier and TypeMethodDescriptionfinal Qt.InputMethodHint []
Qt.InputMethodHints.flags()
Returns an array of flag objects represented by this InputMethodHints.static Qt.InputMethodHint
Qt.InputMethodHint.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.InputMethodHint
Returns the enum constant of this type with the specified name.static Qt.InputMethodHint[]
Qt.InputMethodHint.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQt.InputMethodHint.cleared
(Qt.InputMethodHint e) Excludes other enum entry from a flag of this entry.Qt.InputMethodHint.combined
(Qt.InputMethodHint e) Combines this entry with other enum entry.final Qt.InputMethodHints
Qt.InputMethodHints.combined
(Qt.InputMethodHint e) Combines this flags with enum entry.static Qt.InputMethodHints
Qt.InputMethodHint.flags
(Qt.InputMethodHint ... values) Creates a newQt.InputMethodHints
from the entries.final Qt.InputMethodHints
Qt.InputMethodHints.setFlag
(Qt.InputMethodHint e) Sets the flage
final Qt.InputMethodHints
Qt.InputMethodHints.setFlag
(Qt.InputMethodHint e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionInputMethodHints
(Qt.InputMethodHint ... args) Creates a new InputMethodHints where the flags inargs
are set. -
Uses of Qt.InputMethodHint in io.qt.widgets
Modifier and TypeMethodDescriptionstatic String
QInputDialog.getItem
(QWidget parent, String title, String label, Collection<String> items, int current, boolean editable, Qt.WindowFlags flags, Qt.InputMethodHint ... inputMethodHints) static String
QInputDialog.getMultiLineText
(QWidget parent, String title, String label, String text, Qt.WindowFlags flags, Qt.InputMethodHint ... inputMethodHints) static String
QInputDialog.getText
(QWidget parent, String title, String label, QLineEdit.EchoMode echo, String text, Qt.WindowFlags flags, Qt.InputMethodHint ... inputMethodHints) final void
QAbstractGraphicsShapeItem.setInputMethodHints
(Qt.InputMethodHint ... hints) Overloaded function forQAbstractGraphicsShapeItem.setInputMethodHints(io.qt.core.Qt.InputMethodHints)
.final void
QGraphicsItem.Impl.setInputMethodHints
(Qt.InputMethodHint ... hints) Overloaded function forQGraphicsItem.setInputMethodHints(io.qt.core.Qt.InputMethodHints)
.default void
QGraphicsItem.setInputMethodHints
(Qt.InputMethodHint ... hints) Overloaded function forQGraphicsItem.setInputMethodHints(io.qt.core.Qt.InputMethodHints)
.final void
QGraphicsItemGroup.setInputMethodHints
(Qt.InputMethodHint ... hints) Overloaded function forQGraphicsItemGroup.setInputMethodHints(io.qt.core.Qt.InputMethodHints)
.final void
QGraphicsLineItem.setInputMethodHints
(Qt.InputMethodHint ... hints) Overloaded function forQGraphicsLineItem.setInputMethodHints(io.qt.core.Qt.InputMethodHints)
.final void
QGraphicsObject.setInputMethodHints
(Qt.InputMethodHint ... hints) Overloaded function forQGraphicsObject.setInputMethodHints(io.qt.core.Qt.InputMethodHints)
.final void
QGraphicsPixmapItem.setInputMethodHints
(Qt.InputMethodHint ... hints) Overloaded function forQGraphicsPixmapItem.setInputMethodHints(io.qt.core.Qt.InputMethodHints)
.final void
QWidget.setInputMethodHints
(Qt.InputMethodHint ... hints) Overloaded function forQWidget.setInputMethodHints(io.qt.core.Qt.InputMethodHints)
.