C
SafeRenderer::AnimationData Class
class SafeRenderer::AnimationDataThe AnimationData struct that holds the animation data. More...
| Header: | #include <AnimationData> |
| Since: | 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.
| Constant | Value | Description |
|---|---|---|
SafeRenderer::AnimationData::NotRunning | 0 | Animation is not running. |
SafeRenderer::AnimationData::Running | 1 | Animation is running. |
Available under certain Qt licenses.
Find out more.