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