Uses of Class
io.qt.core.Qt.MatchFlags
Packages that use Qt.MatchFlags
-
Uses of Qt.MatchFlags in io.qt.core
Methods in io.qt.core that return Qt.MatchFlagsModifier and TypeMethodDescriptionQt.MatchFlag.asFlags()
Create a QFlags of the enum entry.final Qt.MatchFlags
Qt.MatchFlags.clone()
Clones the flagsQt.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 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
Methods in io.qt.core with parameters of type Qt.MatchFlagsModifier and TypeMethodDescriptionfinal int
Qt.MatchFlags.compareTo
(Qt.MatchFlags other) QAbstractItemModel.match
(QModelIndex start, int role, Object value, int hits, Qt.MatchFlags flags) QIdentityProxyModel.match
(QModelIndex start, int role, Object value, int hits, Qt.MatchFlags flags) QSortFilterProxyModel.match
(QModelIndex start, int role, Object value, int hits, Qt.MatchFlags flags) -
Uses of Qt.MatchFlags in io.qt.gui
Methods in io.qt.gui with parameters of type Qt.MatchFlagsModifier and TypeMethodDescriptionfinal QList<QStandardItem>
QStandardItemModel.findItems
(String text, Qt.MatchFlags flags) Overloaded function forQStandardItemModel.findItems(java.lang.String, io.qt.core.Qt.MatchFlags, int)
withcolumn = 0
.final QList<QStandardItem>
QStandardItemModel.findItems
(String text, Qt.MatchFlags flags, int column) -
Uses of Qt.MatchFlags in io.qt.widgets
Methods in io.qt.widgets that return Qt.MatchFlagsMethods in io.qt.widgets with parameters of type Qt.MatchFlagsModifier and TypeMethodDescriptionfinal int
QComboBox.findData
(Object data, int role, Qt.MatchFlags flags) final QList<QListWidgetItem>
QListWidget.findItems
(String text, Qt.MatchFlags flags) final QList<QTableWidgetItem>
QTableWidget.findItems
(String text, Qt.MatchFlags flags) final QList<QTreeWidgetItem>
QTreeWidget.findItems
(String text, Qt.MatchFlags flags) Overloaded function forQTreeWidget.findItems(java.lang.String, io.qt.core.Qt.MatchFlags, int)
withcolumn = 0
.final QList<QTreeWidgetItem>
QTreeWidget.findItems
(String text, Qt.MatchFlags flags, int column) final int
QComboBox.findText
(String text, Qt.MatchFlags flags) final void
QCompleter.setFilterMode
(Qt.MatchFlags filterMode)