XYSeriesAnimation QML Type

포인트에 대한 애니메이션을 나타내는 애니메이션 유형입니다. 더 보기...

Import Statement: import QtGraphs
Inherits:

GraphAnimation

Inherited By:

GraphPointAnimation and SplineControlAnimation

속성

자세한 설명

XYSeriesAnimation은 GraphAnimation 을 기반으로 하며 XYSeries 그래프에서 사용할 수 있는 모든 애니메이션을 캡슐화합니다. 이 유형은 파생된 애니메이션의 상태를 초기화하지만, 추상적이기 때문에 애니메이션에 직접 사용할 수 없습니다. 자식 유형 GraphPointAnimationSplineControlAnimation 을 참조하세요.

GraphAnimation, GraphPointAnimation, SplineControlAnimation도 참조 하세요.

프로퍼티 문서

AnimationState : enumeration

애니메이션 상태.

Constant설명
Playing애니메이션이 재생 중입니다.
Stopped애니메이션이 중지되었습니다.

GraphAnimationType : enumeration

애니메이션 유형입니다.

상수설명
GraphPointGraphPointAnimation 애니메이션.
ControlPoint컨트롤포인트 애니메이션 애니메이션.

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.