Uses of Class
io.qt.core.Qt.ItemFlag
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.widgets |
-
Uses of Qt.ItemFlag in io.qt.core
Methods in io.qt.core that return Qt.ItemFlag Modifier and Type Method Description Qt.ItemFlag[]
Qt.ItemFlags. flags()
Returns an array of flag objects represented by this ItemFlags.static Qt.ItemFlag
Qt.ItemFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.ItemFlag
Qt.ItemFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.ItemFlag[]
Qt.ItemFlag. 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.ItemFlag Modifier and Type Method Description Qt.ItemFlags
Qt.ItemFlag. combined(Qt.ItemFlag e)
Combines this entry with other enum entry.Qt.ItemFlags
Qt.ItemFlags. combined(Qt.ItemFlag e)
Combines this flags with enum entry.static Qt.ItemFlags
Qt.ItemFlag. flags(Qt.ItemFlag... values)
Creates a newQt.ItemFlags
from the entries.Qt.ItemFlags
Qt.ItemFlags. setFlag(Qt.ItemFlag e)
Sets the flage
Qt.ItemFlags
Qt.ItemFlags. setFlag(Qt.ItemFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.ItemFlag Constructor Description ItemFlags(Qt.ItemFlag... args)
Creates a new ItemFlags where the flags inargs
are set. -
Uses of Qt.ItemFlag in io.qt.gui
Methods in io.qt.gui with parameters of type Qt.ItemFlag Modifier and Type Method Description void
QStandardItem. setFlags(Qt.ItemFlag... flags)
Overloaded function forQStandardItem.setFlags(io.qt.core.Qt.ItemFlags)
. -
Uses of Qt.ItemFlag in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.ItemFlag Modifier and Type Method Description void
QListWidgetItem. setFlags(Qt.ItemFlag... flags)
Overloaded function forQListWidgetItem.setFlags(io.qt.core.Qt.ItemFlags)
.void
QTableWidgetItem. setFlags(Qt.ItemFlag... flags)
Overloaded function forQTableWidgetItem.setFlags(io.qt.core.Qt.ItemFlags)
.void
QTreeWidgetItem. setFlags(Qt.ItemFlag... flags)
Overloaded function forQTreeWidgetItem.setFlags(io.qt.core.Qt.ItemFlags)
.