|
Tweeny 4.1.0
A Tweening library for modern C++
|
| Ntweeny | Contains all public API types and functions for creating and managing tweens |
| Ndetail | |
| Nevent | |
| Cstep_t | Tag type for step events |
| Cseek_t | Tag type for seek events |
| Cjump_t | Tag type for jump events |
| Ccomplete_t | Tag type for completion events |
| CkeyframeEnter_t | Tag type for keyframeEnter events |
| CkeyframeLeave_t | Tag type for keyframeLeave events |
| Cupdate_t | Tag type for update events |
| Ckey_frame | Represents a key frame in a tween |
| Ctween_value | Metafunction that resolves to a type based on the provided template arguments |
| Call_same | A type trait that evaluates to std::true_type |
| Neasing | Contains all built-in easing functions for controlling animation curves |
| CbyNameEasing | Callable easing selected by name at runtime |
| Nevent | Event types and response codes for tween callbacks |
| CkeyframeEnter | Event data passed when entering a new keyframe |
| CkeyframeLeave | Event data passed when leaving a keyframe |
| Ctween | A tween represents an animation between keyframes |
| Ctweeny_builder | Primary template for the tween builder type |
| Ctweeny_builder< false, FirstValue, RemainingValues... > | Builder specialization for the stage before the first to() call |
| Ctweeny_builder< true, FirstValue, RemainingValues... > | Builder specialization for the stage after at least one to() call |