XYSeriesAnimation QML Type
表示点的动画类型。更多
Import Statement: | import QtGraphs |
Inherits: | |
Inherited By: |
- 所有成员(包括继承成员)列表
- XYSeriesAnimation 是Qt Graphs QML Types for 2D 的一部分。
属性
- AnimationState : enumeration
- GraphAnimationType : enumeration
- animating : GraphAnimation::AnimationState
详细说明
XYSeriesAnimation 基于GraphAnimation ,封装了XYSeries 图形可用的所有动画。该类型为其派生动画初始化状态,但由于它是缺省的,因此不能直接用于动画。请参见子类型GraphPointAnimation 和SplineControlAnimation 。
另请参见 GraphAnimation,GraphPointAnimation, 和SplineControlAnimation 。
属性文档
AnimationState : enumeration |
动画状态。
常量 | 说明 |
---|---|
Playing | 动画正在播放。 |
Stopped | 动画停止。 |
GraphAnimationType : enumeration |
动画类型。
常量 | 说明 |
---|---|
GraphPoint | GraphPointAnimation 动画。 |
ControlPoint | ControlPointAnimation 动画。 |
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.