GraphAnimation QML Type

GraphAnimation型は、2DQt Graphs シリーズのすべてのアニメーションの基本型です。詳細...

Import Statement: import QtGraphs
Inherited By:

XYSeriesAnimation

プロパティ

詳細説明

GraphAnimationはVariantAnimationをベースにしており、子アニメーションの補間のためのインターフェイスを提供する。この型は抽象型であり、補間のためのデフォルトの実装を持っていません。その派生型は、GraphPointAnimationSplineControlAnimation など、それぞれのアニメーションに使用する必要があります。

プロパティの説明

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.