Uses of Class
io.qt.widgets.QStyleOptionButton.ButtonFeature
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QStyleOptionButton.ButtonFeature in io.qt.widgets
Methods in io.qt.widgets that return QStyleOptionButton.ButtonFeature Modifier and Type Method Description QStyleOptionButton.ButtonFeature[]
QStyleOptionButton.ButtonFeatures. flags()
Returns an array of flag objects represented by this ButtonFeatures.static QStyleOptionButton.ButtonFeature
QStyleOptionButton.ButtonFeature. resolve(int value)
Returns the corresponding enum entry for the given value.static QStyleOptionButton.ButtonFeature
QStyleOptionButton.ButtonFeature. valueOf(String name)
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.Constructors in io.qt.widgets with parameters of type QStyleOptionButton.ButtonFeature Constructor Description ButtonFeatures(QStyleOptionButton.ButtonFeature... args)
Creates a new ButtonFeatures where the flags inargs
are set.