The GraphAnimation type is the base type for all animations for 2D Qt Graphs series. More...
| Import Statement: | import QtGraphs
|
| Inherited By: |
GraphAnimation is based on VariantAnimation and provides an interface for interpolation for child animations. This type is an abstract type and doesn't have any default implementation for interpolation. Its derived types should be used for the respective animations, such as GraphPointAnimation, SplineControlAnimation.
AnimationState : enumeration
Animation states.
| Constant | Description |
|---|---|
Playing |
Animation is playing. |
Stopped |
Animation is stopped. |
GraphAnimationType : enumeration
Animation type.
| Constant | Description |
|---|---|
GraphPoint |
A GraphPointAnimation animation. |
ControlPoint |
A ControlPointAnimation animation. |
animating : GraphAnimation::AnimationState
Holds the animation state. One of GraphAnimation::AnimationState.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qtgraphs-graphanimation.html