Antkeeper
0.0.1
animation< T > Member List
This is the complete list of members for
animation< T >
, including all inherited members.
add_channel
(int id)
animation< T >
advance
(float dt)
animation< T >
virtual
animation
()
animation< T >
animation_base
()
animation_base
channel
typedef
animation< T >
end_callback
animation_base
protected
get_channel
(int id) const
animation< T >
get_channel
(int id)
animation< T >
get_duration
() const
animation< T >
virtual
get_loop_count
() const
animation_base
inline
get_position
() const
animation_base
inline
interpolator_type
typedef
animation< T >
is_looped
() const
animation_base
inline
is_paused
() const
animation_base
inline
is_stopped
() const
animation_base
inline
keyframe
typedef
animation< T >
loop
(bool enabled)
animation_base
loop_callback
animation_base
protected
loop_count
animation_base
protected
looped
animation_base
protected
pause
()
animation_base
paused
animation_base
protected
play
()
animation_base
position
animation_base
protected
remove_channel
(int id)
animation< T >
remove_channels
()
animation< T >
rewind
()
animation_base
seek
(float t)
animation_base
set_end_callback
(std::function< void()> callback)
animation_base
set_frame_callback
(std::function< void(int, const T &)> callback)
animation< T >
set_interpolator
(interpolator_type interpolator)
animation< T >
set_loop_callback
(std::function< void(int)> callback)
animation_base
set_speed
(float speed)
animation_base
set_start_callback
(std::function< void()> callback)
animation_base
speed
animation_base
protected
start_callback
animation_base
protected
stop
()
animation_base
stopped
animation_base
protected