Uses of Class
io.qt.widgets.QGraphicsEffect.ChangeFlag
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGraphicsEffect.ChangeFlag in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsEffect.ChangeFlag Modifier and Type Method Description 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
QGraphicsEffect.ChangeFlag. valueOf(String name)
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.ChangeFlag Modifier and Type Method Description QGraphicsEffect.ChangeFlags
QGraphicsEffect.ChangeFlag. combined(QGraphicsEffect.ChangeFlag e)
Combines this entry with other enum entry.QGraphicsEffect.ChangeFlags
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
QGraphicsEffect.ChangeFlags. setFlag(QGraphicsEffect.ChangeFlag e)
Sets the flage
QGraphicsEffect.ChangeFlags
QGraphicsEffect.ChangeFlags. setFlag(QGraphicsEffect.ChangeFlag e, boolean on)
Sets or clears the flagflag
protected 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.ChangeFlag Constructor Description ChangeFlags(QGraphicsEffect.ChangeFlag... args)
Creates a new ChangeFlags where the flags inargs
are set.