GraphAnimation QML Type
GraphAnimation 类型是二维Qt Graphs 系列所有动画的基本类型。更多
| Import Statement: | import QtGraphs |
| Inherited By: | GraphPointAnimation, SplineControlAnimation, and XYSeriesAnimation |
- 所有成员(包括继承成员)列表
- GraphAnimation 是Qt Graphs QML Types for 2D 的一部分。
属性
- AnimationState : enumeration
- GraphAnimationType : enumeration
- animating : GraphAnimation::AnimationState
详细说明
GraphAnimation 基于 VariantAnimation,为子动画提供了插值接口。该类型是一种抽象类型,没有任何插值的默认实现。其派生类型应用于相应的动画,如GraphPointAnimation,SplineControlAnimation 。
属性文档
AnimationState : enumeration
动画状态。
| 常数 | 说明 |
|---|---|
Playing | 动画正在播放。 |
Stopped | 动画停止。 |
GraphAnimationType : enumeration
动画类型
| 常量 | 描述 |
|---|---|
GraphPoint | GraphPointAnimation 动画。 |
ControlPoint | ControlPointAnimation 动画。 |
animating : GraphAnimation::AnimationState
保持动画状态。GraphAnimation::AnimationState 之一。
© 2026 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.