Uses of Enum
io.qt.core.Qt.ItemFlag
Packages that use Qt.ItemFlag
-
Uses of Qt.ItemFlag in io.qt.core
Methods in io.qt.core that return Qt.ItemFlagModifier 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.Methods in io.qt.core with parameters of type Qt.ItemFlagModifier and TypeMethodDescriptionQt.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
Constructors in io.qt.core with parameters of type Qt.ItemFlagModifierConstructorDescriptionItemFlags
(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.ItemFlagModifier 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
Methods in io.qt.widgets with parameters of type Qt.ItemFlagModifier 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)
.