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