Uses of Enum
io.qt.qt3d.animation.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.FlagQAnimationCallback.Flag.resolve(int value) Returns the corresponding enum entry for the given value.static QAnimationCallback.FlagReturns 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.FlagsQAnimationCallback.Flags.combined(QAnimationCallback.Flag e) Combines this flags with enum entry.static QAnimationCallback.FlagsQAnimationCallback.Flag.flags(QAnimationCallback.Flag... values) Creates a newQAnimationCallback.Flagsfrom the entries.final voidQCallbackMapping.setCallback(int type, QAnimationCallback callback, QAnimationCallback.Flag... flags) final QAnimationCallback.FlagsQAnimationCallback.Flags.setFlag(QAnimationCallback.Flag e) Sets the flagefinal QAnimationCallback.FlagsQAnimationCallback.Flags.setFlag(QAnimationCallback.Flag e, boolean on) Sets or clears the flagflagConstructors in io.qt.qt3d.animation with parameters of type QAnimationCallback.FlagModifierConstructorDescriptionFlags(QAnimationCallback.Flag... args) Creates a new Flags where the flags inargsare set.