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:

XYSeriesAnimation

Eigenschaften

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.

KonstanteBeschreibung
PlayingAnimation wird abgespielt.
StoppedDie Animation ist gestoppt.

GraphAnimationType : enumeration

Typ der Animation.

KonstanteBeschreibung
GraphPointEine GraphPointAnimation Animation.
ControlPointEine 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.