Kanzi 4.0.0-beta2
kanzi::RangeIndexAnimationTimeline::Entry Struct Reference

Structure holding the index and field in the range which is to be animated, along the associated animation. More...

#include <kanzi/core.ui/animation/range_index_animation_timeline.hpp>

Public Attributes

PropertyFieldAnimationEntryCollection fieldEntries
 Animations targeting this index.
 
unsigned int index
 Index of the range element to be animated.
 
vector< AbstractAnimationSharedPtrwholeEntries
 Animations targeting the whole value at index.
 

Detailed Description

Structure holding the index and field in the range which is to be animated, along the associated animation.

Member Data Documentation

◆ index

unsigned int kanzi::RangeIndexAnimationTimeline::Entry::index

Index of the range element to be animated.

◆ wholeEntries

vector<AbstractAnimationSharedPtr> kanzi::RangeIndexAnimationTimeline::Entry::wholeEntries

Animations targeting the whole value at index.

◆ fieldEntries

PropertyFieldAnimationEntryCollection kanzi::RangeIndexAnimationTimeline::Entry::fieldEntries

Animations targeting this index.


The documentation for this struct was generated from the following file: