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