GraphAnimation QML Type
Der Typ GraphAnimation ist der Basistyp für alle Animationen für 2D Qt Graphs Serien. Mehr...
Import Statement: | import QtGraphs |
Inherited By: |
- Liste aller Mitglieder, einschließlich geerbter Mitglieder
- GraphAnimation ist Teil von Qt Graphs QML Types for 2D.
Eigenschaften
- AnimationState : enumeration
- GraphAnimationType : enumeration
- animating : GraphAnimation::AnimationState
Detaillierte Beschreibung
GraphAnimation basiert auf VariantAnimation und bietet eine Schnittstelle zur Interpolation für untergeordnete Animationen. Dieser Typ ist ein abstrakter Typ und hat keine Standardimplementierung für die Interpolation. Seine abgeleiteten Typen sollten für die jeweiligen Animationen verwendet werden, wie z.B. GraphPointAnimation, SplineControlAnimation.
Dokumentation der Eigenschaft
AnimationState : enumeration |
Animationszustände.
Konstante | Beschreibung |
---|---|
Playing | Animation wird abgespielt. |
Stopped | Die Animation ist gestoppt. |
GraphAnimationType : enumeration |
Typ der Animation.
Konstante | Beschreibung |
---|---|
GraphPoint | Eine GraphPointAnimation Animation. |
ControlPoint | Eine ControlPointAnimation-Animation. |
animating : GraphAnimation::AnimationState |
Enthält den Animationszustand. Eine von 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.