Uses of Class
io.qt.core.Qt.MatchFlag
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.MatchFlag in io.qt.core
Methods in io.qt.core that return Qt.MatchFlag Modifier and Type Method Description 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
Qt.MatchFlag. valueOf(String name)
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.MatchFlag Modifier and Type Method Description Qt.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.List<QModelIndex>
QAbstractItemModel. match(QModelIndex start, int role, Object value, int hits, Qt.MatchFlag... flags)
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
Constructors in io.qt.core with parameters of type Qt.MatchFlag Constructor Description MatchFlags(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.MatchFlag Modifier and Type Method Description int
QComboBox. findData(Object data, int role, Qt.MatchFlag... flags)
Overloaded function forQComboBox.findData(java.lang.Object, int, io.qt.core.Qt.MatchFlags)
.QList<QListWidgetItem>
QListWidget. findItems(String text, Qt.MatchFlag... flags)
Overloaded function forQListWidget.findItems(java.lang.String, io.qt.core.Qt.MatchFlags)
.QList<QTableWidgetItem>
QTableWidget. findItems(String text, Qt.MatchFlag... flags)
Overloaded function forQTableWidget.findItems(java.lang.String, io.qt.core.Qt.MatchFlags)
.int
QComboBox. findText(String text, Qt.MatchFlag... flags)
Overloaded function forQComboBox.findText(java.lang.String, io.qt.core.Qt.MatchFlags)
.void
QCompleter. setFilterMode(Qt.MatchFlag... filterMode)
Overloaded function forQCompleter.setFilterMode(io.qt.core.Qt.MatchFlags)
.