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