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