Uses of Class
io.qt.core.QAbstractAnimation.State
Package | Description |
---|---|
io.qt.core |
-
Uses of QAbstractAnimation.State in io.qt.core
Fields in io.qt.core with type parameters of type QAbstractAnimation.State Modifier and Type Field Description QObject.Signal2<QAbstractAnimation.State,QAbstractAnimation.State>
QAbstractAnimation. stateChanged
QObject.Signal2<QAbstractAnimation.State,QAbstractAnimation.State>
QAbstractAnimation. stateChanged
Methods in io.qt.core that return QAbstractAnimation.State Modifier and Type Method Description static QAbstractAnimation.State
QAbstractAnimation.State. resolve(int value)
Returns the corresponding enum entry for the given value.QAbstractAnimation.State
QAbstractAnimation. state()
static QAbstractAnimation.State
QAbstractAnimation.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractAnimation.State[]
QAbstractAnimation.State. 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.State Modifier and Type Method Description protected void
QAbstractAnimation. updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)
protected void
QParallelAnimationGroup. updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)
protected void
QPropertyAnimation. updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)
protected void
QSequentialAnimationGroup. updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)
protected void
QVariantAnimation. updateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState)