XYSeriesAnimation QML Type

Ein Animationstyp, der die Animation für Punkte angibt. Mehr...

Import Statement: import QtGraphs
Inherits:

GraphAnimation

Inherited By:

GraphPointAnimation and SplineControlAnimation

Eigenschaften

Detaillierte Beschreibung

XYSeriesAnimation basiert auf GraphAnimation und kapselt alle Animationen, die für XYSeries Graphen verfügbar sind. Dieser Typ initialisiert den Zustand für seine abgeleiteten Animationen, kann aber, da er abstrakt ist, nicht direkt für Animationen verwendet werden. Siehe die untergeordneten Typen GraphPointAnimation und SplineControlAnimation.

Siehe auch GraphAnimation, GraphPointAnimation, und SplineControlAnimation.

Dokumentation der Eigenschaft

AnimationState : enumeration

Animationszustände.

KonstanteBeschreibung
PlayingDie Animation 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.