Uses of Class
io.qt.qt3d.animation.QAnimationCallback.Flag
Package | Description |
---|---|
io.qt.qt3d.animation |
-
Uses of QAnimationCallback.Flag in io.qt.qt3d.animation
Methods in io.qt.qt3d.animation that return QAnimationCallback.Flag Modifier and Type Method Description QAnimationCallback.Flag[]
QAnimationCallback.Flags. flags()
Returns an array of flag objects represented by this Flags.static QAnimationCallback.Flag
QAnimationCallback.Flag. resolve(int value)
Returns the corresponding enum entry for the given value.static QAnimationCallback.Flag
QAnimationCallback.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAnimationCallback.Flag[]
QAnimationCallback.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.animation with parameters of type QAnimationCallback.Flag Modifier and Type Method Description QAnimationCallback.Flags
QAnimationCallback.Flag. combined(QAnimationCallback.Flag e)
Combines this entry with other enum entry.QAnimationCallback.Flags
QAnimationCallback.Flags. combined(QAnimationCallback.Flag e)
Combines this flags with enum entry.static QAnimationCallback.Flags
QAnimationCallback.Flag. flags(QAnimationCallback.Flag... values)
Creates a newQAnimationCallback.Flags
from the entries.void
QCallbackMapping. setCallback(int type, QAnimationCallback callback, QAnimationCallback.Flag... flags)
QAnimationCallback.Flags
QAnimationCallback.Flags. setFlag(QAnimationCallback.Flag e)
Sets the flage
QAnimationCallback.Flags
QAnimationCallback.Flags. setFlag(QAnimationCallback.Flag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.qt3d.animation with parameters of type QAnimationCallback.Flag Constructor Description Flags(QAnimationCallback.Flag... args)
Creates a new Flags where the flags inargs
are set.