Uses of Class
io.qt.core.QAbstractAnimation.Direction
Package | Description |
---|---|
io.qt.core |
-
Uses of QAbstractAnimation.Direction in io.qt.core
Fields in io.qt.core with type parameters of type QAbstractAnimation.Direction Modifier and Type Field Description QObject.Signal1<QAbstractAnimation.Direction>
QAbstractAnimation. directionChanged
Methods in io.qt.core that return QAbstractAnimation.Direction Modifier and Type Method Description QAbstractAnimation.Direction
QAbstractAnimation. direction()
static QAbstractAnimation.Direction
QAbstractAnimation.Direction. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractAnimation.Direction
QAbstractAnimation.Direction. valueOf(String name)
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.Direction Modifier and Type Method Description 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)