Uses of Enum
io.qt.core.Qt.ItemFlag
-
Uses of Qt.ItemFlag in io.qt.core
Modifier and TypeMethodDescriptionfinal 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
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.Modifier and TypeMethodDescriptionQt.ItemFlag.cleared
(Qt.ItemFlag e) Excludes other enum entry from a flag of this entry.Qt.ItemFlag.combined
(Qt.ItemFlag e) Combines this entry with other enum entry.final 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.final Qt.ItemFlags
Qt.ItemFlags.setFlag
(Qt.ItemFlag e) Sets the flage
final Qt.ItemFlags
Qt.ItemFlags.setFlag
(Qt.ItemFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionItemFlags
(Qt.ItemFlag ... args) Creates a new ItemFlags where the flags inargs
are set. -
Uses of Qt.ItemFlag in io.qt.gui
Modifier and TypeMethodDescriptionfinal void
QStandardItem.setFlags
(Qt.ItemFlag ... flags) Overloaded function forQStandardItem.setFlags(io.qt.core.Qt.ItemFlags)
. -
Uses of Qt.ItemFlag in io.qt.widgets
Modifier and TypeMethodDescriptionfinal void
QListWidgetItem.setFlags
(Qt.ItemFlag ... flags) Overloaded function forQListWidgetItem.setFlags(io.qt.core.Qt.ItemFlags)
.final void
QTableWidgetItem.setFlags
(Qt.ItemFlag ... flags) Overloaded function forQTableWidgetItem.setFlags(io.qt.core.Qt.ItemFlags)
.final void
QTreeWidgetItem.setFlags
(Qt.ItemFlag ... flags) Overloaded function forQTreeWidgetItem.setFlags(io.qt.core.Qt.ItemFlags)
.