XYSeriesAnimation QML Type
Ein Animationstyp, der die Animation für Punkte angibt. Mehr...
Import Statement: | import QtGraphs |
Inherits: | |
Inherited By: |
- Liste aller Mitglieder, einschließlich geerbter Mitglieder
- XYSeriesAnimation ist Teil von Qt Graphs QML Types for 2D.
Eigenschaften
- AnimationState : enumeration
- GraphAnimationType : enumeration
- animating : GraphAnimation::AnimationState
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.
Konstante | Beschreibung |
---|---|
Playing | Die 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.