XYSeriesAnimation QML Type
포인트에 대한 애니메이션을 나타내는 애니메이션 유형입니다. 더 보기...
Import Statement: | import QtGraphs |
Inherits: | |
Inherited By: |
- 상속된 멤버를 포함한 모든 멤버 목록
- XYSeriesAnimation은 Qt Graphs 2D용 QML 유형의 일부입니다.
속성
- AnimationState : enumeration
- GraphAnimationType : enumeration
- animating : GraphAnimation::AnimationState
자세한 설명
XYSeriesAnimation은 GraphAnimation 을 기반으로 하며 XYSeries 그래프에서 사용할 수 있는 모든 애니메이션을 캡슐화합니다. 이 유형은 파생된 애니메이션의 상태를 초기화하지만, 추상적이기 때문에 애니메이션에 직접 사용할 수 없습니다. 자식 유형 GraphPointAnimation 및 SplineControlAnimation 을 참조하세요.
GraphAnimation, GraphPointAnimation, SplineControlAnimation도 참조 하세요.
프로퍼티 문서
AnimationState : enumeration |
애니메이션 상태.
Constant | 설명 |
---|---|
Playing | 애니메이션이 재생 중입니다. |
Stopped | 애니메이션이 중지되었습니다. |
GraphAnimationType : enumeration |
애니메이션 유형입니다.
상수 | 설명 |
---|---|
GraphPoint | GraphPointAnimation 애니메이션. |
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.