Uses of Enum
io.qt.widgets.QGraphicsEffect.ChangeFlag
-
Uses of QGraphicsEffect.ChangeFlag in io.qt.widgets
Modifier 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.Modifier and TypeMethodDescriptionQGraphicsEffect.ChangeFlag.cleared
(QGraphicsEffect.ChangeFlag e) Excludes other enum entry from a flag of this entry.QGraphicsEffect.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)
.ModifierConstructorDescriptionChangeFlags
(QGraphicsEffect.ChangeFlag ... args) Creates a new ChangeFlags where the flags inargs
are set.