このページでは

XYSeriesAnimation QML Type

点のアニメーションを表すアニメーションタイプ。詳細...

Import Statement: import QtGraphs
Inherits:

GraphAnimation

Inherited By:

GraphPointAnimation and SplineControlAnimation

プロパティ

詳細説明

XYSeriesAnimation はGraphAnimation に基づき、XYSeries グラフで利用可能なすべてのアニメーションをカプセル化します。この型は、派生するアニメーションの状態を初期化しますが、省略型であるため、アニメーションに直接使用することはできません。子型のGraphPointAnimationSplineControlAnimation を参照。

GraphAnimationGraphPointAnimationSplineControlAnimationも参照してください

プロパティ・ドキュメント

AnimationState : enumeration

アニメーションの状態。

定数説明
Playingアニメーション再生中
Stoppedアニメーションは停止しています。

GraphAnimationType : enumeration

アニメーションのタイプ

定数説明
GraphPointGraphPointAnimation アニメーション
ControlPointControlPointAnimation アニメーション。

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.