GraphAnimation QML Type

GraphAnimation 类型是二维Qt Graphs 系列所有动画的基本类型。更多

Import Statement: import QtGraphs
Inherited By:

XYSeriesAnimation

属性

详细说明

GraphAnimation 基于 VariantAnimation,为子动画提供了插值接口。该类型是一种抽象类型,没有任何插值的默认实现。其派生类型应用于相应的动画,如GraphPointAnimation,SplineControlAnimation

属性文档

AnimationState : enumeration

动画状态。

常量说明
Playing动画正在播放。
Stopped动画停止。

GraphAnimationType : enumeration

动画类型。

常量说明
GraphPointGraphPointAnimation 动画。
ControlPointControlPointAnimation 动画。

animating : GraphAnimation::AnimationState

保持动画状态。GraphAnimation::AnimationState 中的一个。


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.