Uses of Enum
io.qt.qt3d.animation.QAnimationCallback.Flag
Packages that use QAnimationCallback.Flag
-
Uses of QAnimationCallback.Flag in io.qt.qt3d.animation
Methods in io.qt.qt3d.animation that return QAnimationCallback.FlagModifier and TypeMethodDescriptionfinal 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
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.FlagModifier and TypeMethodDescriptionQAnimationCallback.Flag.combined
(QAnimationCallback.Flag e) Combines this entry with other enum entry.final 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.final void
QCallbackMapping.setCallback
(int type, QAnimationCallback callback, QAnimationCallback.Flag... flags) final QAnimationCallback.Flags
QAnimationCallback.Flags.setFlag
(QAnimationCallback.Flag e) Sets the flage
final 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.FlagModifierConstructorDescriptionFlags
(QAnimationCallback.Flag... args) Creates a new Flags where the flags inargs
are set.