Tweeny 4.1.0
A Tweening library for modern C++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NtweenyContains all public API types and functions for creating and managing tweens
 Ndetail
 Nevent
 Cstep_tTag type for step events
 Cseek_tTag type for seek events
 Cjump_tTag type for jump events
 Ccomplete_tTag type for completion events
 CkeyframeEnter_tTag type for keyframeEnter events
 CkeyframeLeave_tTag type for keyframeLeave events
 Cupdate_tTag type for update events
 Ckey_frameRepresents a key frame in a tween
 Ctween_valueMetafunction that resolves to a type based on the provided template arguments
 Call_sameA type trait that evaluates to std::true_type
 NeasingContains all built-in easing functions for controlling animation curves
 CbyNameEasingCallable easing selected by name at runtime
 NeventEvent types and response codes for tween callbacks
 CkeyframeEnterEvent data passed when entering a new keyframe
 CkeyframeLeaveEvent data passed when leaving a keyframe
 CtweenA tween represents an animation between keyframes
 Ctweeny_builderPrimary 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