summaryrefslogtreecommitdiff
path: root/src/examples/elementary/performance/Tools.h
blob: c3cf8ca3a714d03854cd8f529f1cb2c852f420bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

/*initialization navigation panel*/
Evas_Object *
init_panel_camera_light(Evas_Object *win, Eo* camera_node, Eo* light_node, double posX, double posY);
/*free resources*/
void
panel_camera_light_fini(Evas_Object *navigation);
/*initialization graphical objects*/
Evas_Object *
init_graphical_window(Evas_Object *image);
/*Set step of range*/
Eina_Bool
panel_camera_coord_step_set(Evas_Object *navigation, int step);
Eina_Bool
panel_camera_angle_step_set(Evas_Object *navigation, int step);
Eina_Bool
panel_light_coord_step_set(Evas_Object *navigation, int step);
Eina_Bool
panel_light_angle_step_set(Evas_Object *navigation, int step);