Uses of Enum
io.qt.widgets.QStyle.StateFlag
-
Uses of QStyle.StateFlag in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QStyle.StateFlag []
QStyle.State.flags()
Returns an array of flag objects represented by this State.static QStyle.StateFlag
QStyle.StateFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QStyle.StateFlag
Returns the enum constant of this type with the specified name.static QStyle.StateFlag[]
QStyle.StateFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQStyle.StateFlag.cleared
(QStyle.StateFlag e) Excludes other enum entry from a flag of this entry.final QStyle.State
QStyle.State.combined
(QStyle.StateFlag e) Combines this flags with enum entry.QStyle.StateFlag.combined
(QStyle.StateFlag e) Combines this entry with other enum entry.static QStyle.State
QStyle.StateFlag.flags
(QStyle.StateFlag ... values) Creates a newQStyle.State
from the entries.final QStyle.State
QStyle.State.setFlag
(QStyle.StateFlag e) Sets the flage
final QStyle.State
QStyle.State.setFlag
(QStyle.StateFlag e, boolean on) Sets or clears the flagflag
final void
QStyleOption.setState
(QStyle.StateFlag ... state) Overloaded function forQStyleOption.setState(io.qt.widgets.QStyle.State)
.ModifierConstructorDescriptionState
(QStyle.StateFlag ... args) Creates a new State where the flags inargs
are set.