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