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