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.