Uses of Enum
io.qt.widgets.QStyle.StateFlag
Packages that use QStyle.StateFlag
-
Uses of QStyle.StateFlag in io.qt.widgets
Methods in io.qt.widgets that return QStyle.StateFlagModifier and TypeMethodDescriptionfinal QStyle.StateFlag []QStyle.State.flags()Returns an array of flag objects represented by this State.static QStyle.StateFlagQStyle.StateFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QStyle.StateFlagReturns 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.Methods in io.qt.widgets with parameters of type QStyle.StateFlagModifier and TypeMethodDescriptionQStyle.StateFlag.cleared(QStyle.StateFlag e) Excludes other enum entry from a flag of this entry.final QStyle.StateQStyle.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.StateQStyle.StateFlag.flags(QStyle.StateFlag ... values) Creates a newQStyle.Statefrom the entries.final QStyle.StateQStyle.State.setFlag(QStyle.StateFlag e) Sets the flagefinal QStyle.StateQStyle.State.setFlag(QStyle.StateFlag e, boolean on) Sets or clears the flagflagfinal voidQStyleOption.setState(QStyle.StateFlag ... state) Overloaded function forQStyleOption.setState(io.qt.widgets.QStyle.State).Constructors in io.qt.widgets with parameters of type QStyle.StateFlagModifierConstructorDescriptionState(QStyle.StateFlag ... args) Creates a new State where the flags inargsare set.