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