Uses of Enum
io.qt.widgets.QGraphicsEffect.ChangeFlag
Packages that use QGraphicsEffect.ChangeFlag
-
Uses of QGraphicsEffect.ChangeFlag in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsEffect.ChangeFlagModifier and TypeMethodDescriptionfinal QGraphicsEffect.ChangeFlag[]
QGraphicsEffect.ChangeFlags.flags()
Returns an array of flag objects represented by this ChangeFlags.static QGraphicsEffect.ChangeFlag
QGraphicsEffect.ChangeFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QGraphicsEffect.ChangeFlag
Returns the enum constant of this type with the specified name.static QGraphicsEffect.ChangeFlag[]
QGraphicsEffect.ChangeFlag.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 QGraphicsEffect.ChangeFlagModifier and TypeMethodDescriptionQGraphicsEffect.ChangeFlag.combined
(QGraphicsEffect.ChangeFlag e) Combines this entry with other enum entry.QGraphicsEffect.ChangeFlags.combined
(QGraphicsEffect.ChangeFlag e) Combines this flags with enum entry.static QGraphicsEffect.ChangeFlags
QGraphicsEffect.ChangeFlag.flags
(QGraphicsEffect.ChangeFlag... values) Creates a newQGraphicsEffect.ChangeFlags
from the entries.QGraphicsEffect.ChangeFlags.setFlag
(QGraphicsEffect.ChangeFlag e) Sets the flage
QGraphicsEffect.ChangeFlags.setFlag
(QGraphicsEffect.ChangeFlag e, boolean on) Sets or clears the flagflag
protected final void
QGraphicsEffect.sourceChanged
(QGraphicsEffect.ChangeFlag... flags) Overloaded function forQGraphicsEffect.sourceChanged(io.qt.widgets.QGraphicsEffect.ChangeFlags)
.Constructors in io.qt.widgets with parameters of type QGraphicsEffect.ChangeFlagModifierConstructorDescriptionChangeFlags
(QGraphicsEffect.ChangeFlag... args) Creates a new ChangeFlags where the flags inargs
are set.