Uses of Enum
io.qt.widgets.QStyleOptionViewItem.ViewItemFeature
-
Uses of QStyleOptionViewItem.ViewItemFeature in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QStyleOptionViewItem.ViewItemFeature []
QStyleOptionViewItem.ViewItemFeatures.flags()
Returns an array of flag objects represented by this ViewItemFeatures.QStyleOptionViewItem.ViewItemFeature.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QStyleOptionViewItem.ViewItemFeature[]
QStyleOptionViewItem.ViewItemFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQStyleOptionViewItem.ViewItemFeature.cleared
(QStyleOptionViewItem.ViewItemFeature e) Excludes other enum entry from a flag of this entry.QStyleOptionViewItem.ViewItemFeature.combined
(QStyleOptionViewItem.ViewItemFeature e) Combines this entry with other enum entry.QStyleOptionViewItem.ViewItemFeatures.combined
(QStyleOptionViewItem.ViewItemFeature e) Combines this flags with enum entry.QStyleOptionViewItem.ViewItemFeature.flags
(QStyleOptionViewItem.ViewItemFeature ... values) Creates a newQStyleOptionViewItem.ViewItemFeatures
from the entries.final void
QStyleOptionViewItem.setFeatures
(QStyleOptionViewItem.ViewItemFeature ... features) Overloaded function forQStyleOptionViewItem.setFeatures(io.qt.widgets.QStyleOptionViewItem.ViewItemFeatures)
.QStyleOptionViewItem.ViewItemFeatures.setFlag
(QStyleOptionViewItem.ViewItemFeature e) Sets the flage
QStyleOptionViewItem.ViewItemFeatures.setFlag
(QStyleOptionViewItem.ViewItemFeature e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionCreates a new ViewItemFeatures where the flags inargs
are set.