Uses of Enum
io.qt.widgets.QGraphicsBlurEffect.BlurHint
Packages that use QGraphicsBlurEffect.BlurHint
-
Uses of QGraphicsBlurEffect.BlurHint in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsBlurEffect.BlurHintModifier and TypeMethodDescriptionfinal 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
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.Methods in io.qt.widgets with parameters of type QGraphicsBlurEffect.BlurHintModifier and TypeMethodDescriptionQGraphicsBlurEffect.BlurHint.combined
(QGraphicsBlurEffect.BlurHint e) Combines this entry with other enum entry.QGraphicsBlurEffect.BlurHints.combined
(QGraphicsBlurEffect.BlurHint e) Combines this flags with enum entry.QGraphicsBlurEffect.BlurHint.flags
(QGraphicsBlurEffect.BlurHint... values) Creates a newQGraphicsBlurEffect.BlurHints
from the entries.final void
QGraphicsBlurEffect.setBlurHints
(QGraphicsBlurEffect.BlurHint ... hints) Overloaded function forQGraphicsBlurEffect.setBlurHints(io.qt.widgets.QGraphicsBlurEffect.BlurHints)
.QGraphicsBlurEffect.BlurHints.setFlag
(QGraphicsBlurEffect.BlurHint e) Sets the flage
QGraphicsBlurEffect.BlurHints.setFlag
(QGraphicsBlurEffect.BlurHint e, boolean on) Sets or clears the flagflag
Constructors in io.qt.widgets with parameters of type QGraphicsBlurEffect.BlurHintModifierConstructorDescriptionBlurHints
(QGraphicsBlurEffect.BlurHint... args) Creates a new BlurHints where the flags inargs
are set.