An animation type which signifies the animation for points. 更多...
| import 语句: |
import QtGraphs
|
| 继承: | |
| 继承者: |
XYSeriesAnimation is based on GraphAnimation and encapsulates all animations available to XYSeries graphs. This type initializes the state for its derived animations, but, as it is absract, can not be directly used for animations. See the child types GraphPointAnimation and SplineControlAnimation .
另请参阅 GraphAnimation , GraphPointAnimation ,和 SplineControlAnimation .
|
AnimationState : enumeration |
Animation states.
| 常量 | 描述 |
|---|---|
Playing
|
Animation is playing. |
Stopped
|
Animation is stopped. |
|
GraphAnimationType : enumeration |
Animation type.
| 常量 | 描述 |
|---|---|
GraphPoint
|
A GraphPointAnimation animation. |
ControlPoint
|
A ControlPointAnimation animation. |
|
animating : GraphAnimation::AnimationState |
Holds the animation state. One of GraphAnimation::AnimationState .