Uses of Enum
io.qt.core.QTimeLine.Direction
Packages that use QTimeLine.Direction
-
Uses of QTimeLine.Direction in io.qt.core
Methods in io.qt.core that return QTimeLine.DirectionModifier and TypeMethodDescriptionfinal QTimeLine.Direction
QTimeLine.direction()
static QTimeLine.Direction
QTimeLine.Direction.resolve
(int value) Returns the corresponding enum entry for the given value.static QTimeLine.Direction
Returns the enum constant of this type with the specified name.static QTimeLine.Direction[]
QTimeLine.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core that return types with arguments of type QTimeLine.DirectionModifier and TypeMethodDescriptionfinal QBindable<QTimeLine.Direction>
QTimeLine.bindableDirection()
Methods in io.qt.core with parameters of type QTimeLine.DirectionModifier and TypeMethodDescriptionfinal void
QTimeLine.setDirection
(QTimeLine.Direction direction)