GraphAnimation QML Type
El tipo GraphAnimation es el tipo base para todas las animaciones de las series 2D Qt Graphs. Más...
| Import Statement: | import QtGraphs |
| Inherited By: | GraphPointAnimation, SplineControlAnimation, and XYSeriesAnimation |
- Lista de todos los miembros, incluyendo los heredados
- GraphAnimation es parte de Qt Graphs Tipos QML para 2D.
Propiedades
- AnimationState : enumeration
- GraphAnimationType : enumeration
- animating : GraphAnimation::AnimationState
Descripción detallada
GraphAnimation se basa en VariantAnimation y proporciona una interfaz para la interpolación de animaciones hijo. Este tipo es un tipo abstracto y no tiene ninguna implementación por defecto para la interpolación. Sus tipos derivados deben usarse para las animaciones respectivas, como GraphPointAnimation, 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.