Uses of Enum
io.qt.core.Qt.MatchFlag
Packages that use Qt.MatchFlag
-
Uses of Qt.MatchFlag in io.qt.core
Methods in io.qt.core that return Qt.MatchFlagModifier 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.Methods in io.qt.core with parameters of type Qt.MatchFlagModifier and TypeMethodDescriptionQt.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
Constructors in io.qt.core with parameters of type Qt.MatchFlagModifierConstructorDescriptionMatchFlags
(Qt.MatchFlag... args) Creates a new MatchFlags where the flags inargs
are set. -
Uses of Qt.MatchFlag in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.MatchFlagModifier 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)
.