Uses of Enum
io.qt.core.Qt.MatchFlag
-
Uses of Qt.MatchFlag in io.qt.core
Modifier and TypeMethodDescriptionfinal Qt.MatchFlag []
Qt.MatchFlags.flags()
Returns an array of flag objects represented by this MatchFlags.static Qt.MatchFlag
Qt.MatchFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.MatchFlag
Returns the enum constant of this type with the specified name.static Qt.MatchFlag[]
Qt.MatchFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQt.MatchFlag.cleared
(Qt.MatchFlag e) Excludes other enum entry from a flag of this entry.Qt.MatchFlag.combined
(Qt.MatchFlag e) Combines this entry with other enum entry.final Qt.MatchFlags
Qt.MatchFlags.combined
(Qt.MatchFlag e) Combines this flags with enum entry.static Qt.MatchFlags
Qt.MatchFlag.flags
(Qt.MatchFlag ... values) Creates a newQt.MatchFlags
from the entries.final List<QModelIndex>
QAbstractItemModel.match
(QModelIndex start, int role, Object value, int hits, Qt.MatchFlag ... flags) final Qt.MatchFlags
Qt.MatchFlags.setFlag
(Qt.MatchFlag e) Sets the flage
final Qt.MatchFlags
Qt.MatchFlags.setFlag
(Qt.MatchFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionMatchFlags
(Qt.MatchFlag ... args) Creates a new MatchFlags where the flags inargs
are set. -
Uses of Qt.MatchFlag in io.qt.widgets
Modifier and TypeMethodDescriptionfinal int
QComboBox.findData
(Object data, int role, Qt.MatchFlag ... flags) Overloaded function forQComboBox.findData(java.lang.Object, int, io.qt.core.Qt.MatchFlags)
.final QList<QListWidgetItem>
QListWidget.findItems
(String text, Qt.MatchFlag ... flags) Overloaded function forQListWidget.findItems(java.lang.String, io.qt.core.Qt.MatchFlags)
.final QList<QTableWidgetItem>
QTableWidget.findItems
(String text, Qt.MatchFlag ... flags) Overloaded function forQTableWidget.findItems(java.lang.String, io.qt.core.Qt.MatchFlags)
.final int
QComboBox.findText
(String text, Qt.MatchFlag ... flags) Overloaded function forQComboBox.findText(java.lang.String, io.qt.core.Qt.MatchFlags)
.final void
QCompleter.setFilterMode
(Qt.MatchFlag ... filterMode) Overloaded function forQCompleter.setFilterMode(io.qt.core.Qt.MatchFlags)
.