XYSeriesAnimation QML Type

An animation type which signifies the animation for points. 更多...

import 語句: import QtGraphs
繼承:

GraphAnimation

繼承者:

GraphPointAnimation and SplineControlAnimation

特性

詳細描述

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 .