En esta página

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

Propiedades

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.

ConstanteDescripción
PlayingLa animación se está reproduciendo.
StoppedLa animación está detenida.

GraphAnimationType : enumeration

Tipo de animación.

ConstanteDescripción
GraphPointUna animación GraphPointAnimation.
ControlPointUna 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.