XYSeriesAnimation QML Type
Un tipo de animación que significa la animación para los puntos. Más...
| Import Statement: | import QtGraphs |
| Inherits: | |
| Inherited By: |
- Lista de todos los miembros, incluyendo los heredados
- XYSeriesAnimation es parte de Qt Graphs QML Types for 2D.
Propiedades
- AnimationState : enumeration
- GraphAnimationType : enumeration
- animating : GraphAnimation::AnimationState
Descripción detallada
XYSeriesAnimation se basa en GraphAnimation y encapsula todas las animaciones disponibles para los gráficos XYSeries. Este tipo inicializa el estado para sus animaciones derivadas, pero, como es abstracto, no puede ser utilizado directamente para animaciones. Véanse los tipos hijos GraphPointAnimation y SplineControlAnimation.
Véase también GraphAnimation, GraphPointAnimation, y SplineControlAnimation.
Documentación de propiedades
AnimationState : enumeration
Estados de animación.
| Constante | Descripción |
|---|---|
Playing | La animación se está reproduciendo. |
Stopped | La animación está detenida. |
GraphAnimationType : enumeration
Tipo de animación.
| Constante | Descripción |
|---|---|
GraphPoint | Una animación GraphPointAnimation. |
ControlPoint | Una animación ControlPointAnimation. |
animating : GraphAnimation::AnimationState
Mantiene el estado de la animación. Uno de GraphAnimation::AnimationState.
© 2026 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.