Uses of Class
io.qt.core.Qt.MatchFlags
-
Uses of Qt.MatchFlags in io.qt.core
Modifier and TypeMethodDescriptionQt.MatchFlag.asFlags()
Create a QFlags of the enum entry.Qt.MatchFlag.cleared
(Qt.MatchFlag e) Excludes other enum entry from a flag of this 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
Modifier 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
Modifier 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
Modifier 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)