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< AbstractAnimationSharedPtr > | wholeEntries |
| Animations targeting the whole value at index. | |
Structure holding the index and field in the range which is to be animated, along the associated animation.
Index of the range element to be animated.
| vector<AbstractAnimationSharedPtr> kanzi::RangeIndexAnimationTimeline::Entry::wholeEntries |
Animations targeting the whole value at index.
| PropertyFieldAnimationEntryCollection kanzi::RangeIndexAnimationTimeline::Entry::fieldEntries |
Animations targeting this index.