Efl.Gfx.Frame_Controller (interface)

Description

Efl frame controller of frame based animated object interface.

Members

animated (get)

Eina_Bool efl_gfx_frame_controller_animated_get(const Eo *obj);


frame (get, set)

Index of the current frame of an animated object.
int efl_gfx_frame_controller_frame_get(const Eo *obj);
Eina_Bool efl_gfx_frame_controller_frame_set(Eo *obj, int frame_index);


frame_count (get)

int efl_gfx_frame_controller_frame_count_get(const Eo *obj);


frame_duration (get)

double efl_gfx_frame_controller_frame_duration_get(const Eo *obj, int start_frame, int frame_num);


loop_count (get)

int efl_gfx_frame_controller_loop_count_get(const Eo *obj);


loop_type (get)

Efl_Gfx_Frame_Controller_Loop_Hint efl_gfx_frame_controller_loop_type_get(const Eo *obj);


Events