Uses of Enum
io.qt.widgets.QGraphicsBlurEffect.BlurHint
-
Uses of QGraphicsBlurEffect.BlurHint in io.qt.widgets
Modifier 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.Modifier and TypeMethodDescriptionQGraphicsBlurEffect.BlurHint.cleared
(QGraphicsBlurEffect.BlurHint e) Excludes other enum entry from a flag of this entry.QGraphicsBlurEffect.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
ModifierConstructorDescriptionBlurHints
(QGraphicsBlurEffect.BlurHint ... args) Creates a new BlurHints where the flags inargs
are set.