Uses of Class
io.qt.core.QAbstractAnimation
Packages that use QAbstractAnimation
-
Uses of QAbstractAnimation in io.qt.core
Subclasses of QAbstractAnimation in io.qt.coreModifier and TypeClassDescriptionclass
Abstract base class for groups of animationsclass
Parallel group of animationsclass
Pause for QSequentialAnimationGroupclass
Animates Qt propertiesclass
Sequential group of animationsclass
Base class for animationsFields in io.qt.core with type parameters of type QAbstractAnimationMethods in io.qt.core that return QAbstractAnimationModifier and TypeMethodDescriptionfinal QAbstractAnimation
QAnimationGroup.animationAt
(int index) final QAbstractAnimation
QSequentialAnimationGroup.currentAnimation()
final QAbstractAnimation
QAnimationGroup.takeAnimation
(int index) Methods in io.qt.core that return types with arguments of type QAbstractAnimationModifier and TypeMethodDescriptionfinal QBindable
<QAbstractAnimation> QSequentialAnimationGroup.bindableCurrentAnimation()
Methods in io.qt.core with parameters of type QAbstractAnimationModifier and TypeMethodDescriptionfinal void
QAnimationGroup.addAnimation
(QAbstractAnimation animation) final int
QAnimationGroup.indexOfAnimation
(QAbstractAnimation animation) final void
QAnimationGroup.insertAnimation
(int index, QAbstractAnimation animation) final void
QAnimationGroup.removeAnimation
(QAbstractAnimation animation) -
Uses of QAbstractAnimation in io.qt.statemachine
Methods in io.qt.statemachine that return types with arguments of type QAbstractAnimationModifier and TypeMethodDescriptionfinal QList
<QAbstractAnimation> QAbstractTransition.animations()
final QList
<QAbstractAnimation> QStateMachine.defaultAnimations()
Methods in io.qt.statemachine with parameters of type QAbstractAnimationModifier and TypeMethodDescriptionfinal void
QAbstractTransition.addAnimation
(QAbstractAnimation animation) final void
QStateMachine.addDefaultAnimation
(QAbstractAnimation animation) final void
QAbstractTransition.removeAnimation
(QAbstractAnimation animation) final void
QStateMachine.removeDefaultAnimation
(QAbstractAnimation animation)