Uses of Enum
io.qt.core.QAbstractAnimation.Direction
Packages that use QAbstractAnimation.Direction
-
Uses of QAbstractAnimation.Direction in io.qt.core
Fields in io.qt.core with type parameters of type QAbstractAnimation.DirectionMethods in io.qt.core that return QAbstractAnimation.DirectionModifier and TypeMethodDescriptionQAbstractAnimation.direction()
static QAbstractAnimation.Direction
QAbstractAnimation.Direction.resolve
(int value) Returns the corresponding enum entry for the given value.static QAbstractAnimation.Direction
Returns the enum constant of this type with the specified name.static QAbstractAnimation.Direction[]
QAbstractAnimation.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QAbstractAnimation.DirectionModifier and TypeMethodDescriptionfinal void
QAbstractAnimation.setDirection
(QAbstractAnimation.Direction direction) protected void
QAbstractAnimation.updateDirection
(QAbstractAnimation.Direction direction) protected void
QParallelAnimationGroup.updateDirection
(QAbstractAnimation.Direction direction) protected void
QSequentialAnimationGroup.updateDirection
(QAbstractAnimation.Direction direction)