C

AnimationData Struct

struct SafeRenderer::AnimationData

The AnimationData struct that holds the animation data. More...

Header: #include <AnimationData>
Since: QtSafeRenderer 1.2

This struct was introduced in QtSafeRenderer 1.2.

Public Types

enum AnimationState { NotRunning, Running }

Detailed Description

The QSafeAnimations holds the animation data. The maximum amount of the animation step can be changed in qsafeconstraints.h. The variable is SafeRenderer::Constraints::MAX_ANIMATION_STEPS.

Member Type Documentation

enum AnimationData::AnimationState

This enum describes the state of the animation.

ConstantValueDescription
SafeRenderer::AnimationData::NotRunning0Animation is not running.
SafeRenderer::AnimationData::Running1Animation is running.

Available under certain Qt licenses.
Find out more.