Uses of Class
io.qt.widgets.QStyle.StateFlag
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QStyle.StateFlag in io.qt.widgets
Methods in io.qt.widgets that return QStyle.StateFlag Modifier and Type Method Description 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
QStyle.StateFlag. valueOf(String name)
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.Methods in io.qt.widgets with parameters of type QStyle.StateFlag Modifier and Type Method Description QStyle.State
QStyle.State. combined(QStyle.StateFlag e)
Combines this flags with enum entry.QStyle.State
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.QStyle.State
QStyle.State. setFlag(QStyle.StateFlag e)
Sets the flage
QStyle.State
QStyle.State. setFlag(QStyle.StateFlag e, boolean on)
Sets or clears the flagflag
void
QStyleOption. setState(QStyle.StateFlag... state)
Overloaded function forQStyleOption.setState(io.qt.widgets.QStyle.State)
.Constructors in io.qt.widgets with parameters of type QStyle.StateFlag Constructor Description State(QStyle.StateFlag... args)
Creates a new State where the flags inargs
are set.