GraphAnimation QML Type
그래프 애니메이션 유형은 2D Qt Graphs 시리즈의 모든 애니메이션에 대한 기본 유형입니다. 더 보기...
Import Statement: | import QtGraphs |
Inherited By: |
- 상속된 멤버를 포함한 모든 멤버 목록
- GraphAnimation은 Qt Graphs 2D용 QML 유형의 일부입니다.
속성
- AnimationState : enumeration
- GraphAnimationType : enumeration
- animating : GraphAnimation::AnimationState
자세한 설명
그래프 애니메이션은 변형 애니메이션을 기반으로 하며 자식 애니메이션의 보간을 위한 인터페이스를 제공합니다. 이 유형은 추상 유형이며 보간에 대한 기본 구현이 없습니다. 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.