bd9806d953bfd8366c4f652d3c5e89045ab2da19
[framework/uifw/elementary.git] / src / bin / test.c
1 #include <Elementary.h>
2 #ifndef ELM_LIB_QUICKLAUNCH
3
4 /* all tests prototypes */
5 void test_bg_plain(void *data, Evas_Object *obj, void *event_info);
6 void test_bg_image(void *data, Evas_Object *obj, void *event_info);
7 void test_icon(void *data, Evas_Object *obj, void *event_info);
8 void test_box_vert(void *data, Evas_Object *obj, void *event_info);
9 void test_box_vert2(void *data, Evas_Object *obj, void *event_info);
10 void test_box_horiz(void *data, Evas_Object *obj, void *event_info);
11 void test_button(void *data, Evas_Object *obj, void *event_info);
12 void test_fileselector_button(void *data, Evas_Object *obj, void *event_info);
13 void test_toggle(void *data, Evas_Object *obj, void *event_info);
14 void test_clock(void *data, Evas_Object *obj, void *event_info);
15 void test_check(void *data, Evas_Object *obj, void *event_info);
16 void test_radio(void *data, Evas_Object *obj, void *event_info);
17 void test_layout(void *data, Evas_Object *obj, void *event_info);
18 void test_hover(void *data, Evas_Object *obj, void *event_info);
19 void test_hover2(void *data, Evas_Object *obj, void *event_info);
20 void test_entry(void *data, Evas_Object *obj, void *event_info);
21 void test_entry_scrolled(void *data, Evas_Object *obj, void *event_info);
22 void test_entry3(void *data, Evas_Object *obj, void *event_info);
23 void test_entry4(void *data, Evas_Object *obj, void *event_info);
24 void test_entry5(void *data, Evas_Object *obj, void *event_info);
25 void test_notepad(void *data, Evas_Object *obj, void *event_info);
26 void test_anchorview(void *data, Evas_Object *obj, void *event_info);
27 void test_anchorblock(void *data, Evas_Object *obj, void *event_info);
28 void test_toolbar(void *data, Evas_Object *obj, void *event_info);
29 void test_hoversel(void *data, Evas_Object *obj, void *event_info);
30 void test_list(void *data, Evas_Object *obj, void *event_info);
31 void test_list2(void *data, Evas_Object *obj, void *event_info);
32 void test_list3(void *data, Evas_Object *obj, void *event_info);
33 void test_carousel(void *data, Evas_Object *obj, void *event_info);
34 void test_inwin(void *data, Evas_Object *obj, void *event_info);
35 void test_inwin2(void *data, Evas_Object *obj, void *event_info);
36 void test_scaling(void *data, Evas_Object *obj, void *event_info);
37 void test_scaling2(void *data, Evas_Object *obj, void *event_info);
38 void test_slider(void *data, Evas_Object *obj, void *event_info);
39 void test_genlist(void *data, Evas_Object *obj, void *event_info);
40 void test_genlist2(void *data, Evas_Object *obj, void *event_info);
41 void test_genlist3(void *data, Evas_Object *obj, void *event_info);
42 void test_genlist4(void *data, Evas_Object *obj, void *event_info);
43 void test_genlist5(void *data, Evas_Object *obj, void *event_info);
44 void test_genlist6(void *data, Evas_Object *obj, void *event_info);
45 void test_table(void *data, Evas_Object *obj, void *event_info);
46 void test_gengrid(void *data, Evas_Object *obj, void *event_info);
47 void test_pager(void *data, Evas_Object *obj, void *event_info);
48 void test_win_state(void *data, Evas_Object *obj, void *event_info);
49 void test_win_state2(void *data, Evas_Object *obj, void *event_info);
50 void test_progressbar(void *data, Evas_Object *obj, void *event_info);
51 void test_fileselector(void *data, Evas_Object *obj, void *event_info);
52 void test_separator(void *data, Evas_Object *obj, void *event_info);
53 void test_scroller(void *data, Evas_Object *obj, void *event_info);
54 void test_scroller2(void *data, Evas_Object *obj, void *event_info);
55 void test_spinner(void *data, Evas_Object *obj, void *event_info);
56 void test_index(void *data, Evas_Object *obj, void *event_info);
57 void test_index2(void *data, Evas_Object *obj, void *event_info);
58 void test_photocam(void *data, Evas_Object *obj, void *event_info);
59 void test_photo(void *data, Evas_Object *obj, void *event_info);
60 void test_thumb(void *data, Evas_Object *obj, void *event_info);
61 void test_icon_desktops(void *data, Evas_Object *obj, void *event_info);
62 void test_notify(void *data, Evas_Object *obj, void *event_info);
63 void test_slideshow(void *data, Evas_Object *obj, void *event_info);
64 void test_menu(void *data, Evas_Object *obj, void *event_info);
65 void test_panel(void *data, Evas_Object *obj, void *event_info);
66 void test_map(void *data, Evas_Object *obj, void *event_info);
67 void test_weather(void *data, Evas_Object *obj, void *event_info);
68 void test_flip(void *data, Evas_Object *obj, void *event_info);
69 void test_flip2(void *data, Evas_Object *obj, void *event_info);
70 void test_flip3(void *data, Evas_Object *obj, void *event_info);
71 void test_label(void *data, Evas_Object *obj, void *event_info);
72 void test_conformant(void *data, Evas_Object *obj, void *event_info);
73 void test_multi(void *data, Evas_Object *obj, void *event_info);
74 void test_floating(void *data, Evas_Object *obj, void *event_info);
75 void test_launcher(void *data, Evas_Object *obj, void *event_info);
76 void test_launcher2(void *data, Evas_Object *obj, void *event_info);
77 void test_anim(void *data, Evas_Object *obj, void *event_info);
78
79
80 struct elm_test
81 {
82    const char *name;
83    void (*cb)(void *, Evas_Object *, void *);
84 };
85
86 static int
87 elm_test_sort(const void *pa, const void *pb)
88 {
89    const struct elm_test *a = pa, *b = pb;
90    return strcasecmp(a->name, b->name);
91 }
92
93 static void
94 elm_test_add(Eina_List **p_list, const char *name, void (*cb)(void *, Evas_Object *, void *))
95 {
96    struct elm_test *t = malloc(sizeof(struct elm_test));
97    t->name = name;
98    t->cb = cb;
99    *p_list = eina_list_sorted_insert(*p_list, elm_test_sort, t);
100 }
101
102 static void
103 my_win_del(void *data, Evas_Object *obj, void *event_info)
104 {
105    /* called when my_win_main is requested to be deleted */
106    elm_exit(); /* exit the program's main loop that runs in elm_run() */
107 }
108
109 static void
110 index_changed(void *data, Evas_Object *obj, void *event_info)
111 {
112    elm_list_item_show(event_info);
113 }
114
115 static void
116 my_win_main(void)
117 {
118    Evas_Object *win, *bg, *bx0, *lb, *li, *idx, *fr;
119    Eina_List *tests;
120
121    /* 1 create an elm window - it returns an evas object. this is a little
122     * special as the object lives in the canvas that is inside the window
123     * so what is returned is really inside the window, but as you manipulate
124     * the evas object returned - the window will respond. elm_win makes sure
125     * of that so you can blindly treat it like any other evas object
126     * pretty much, just as long as you know it has special significance */
127    /* the first parameter is a "parent" window - eg for a dialog you want to
128     * have a main window it is related to, here it is NULL meaning there
129     * is no parent. "main" is the name of the window - used by the window
130     * manager for identifying the window uniquely amongst all the windows
131     * within this application (and all instances of the application). the
132     * type is a basic window (the final parameter) */
133    win = elm_win_add(NULL, "main", ELM_WIN_BASIC);
134    /* set the title of the window - this is in the titlebar */
135    elm_win_title_set(win, "Elementary Tests");
136
137    /* set a callback on the window when "delete,request" is emitted as
138     * a callback. when this happens my_win_del() is called and the
139     * data pointer (first param) is passed the final param here (in this
140     * case it is NULL). This is how you can pass specific things to a
141     * callback like objects or data layered on top */
142    evas_object_smart_callback_add(win, "delete,request", my_win_del, NULL);
143
144    /* add a background to our window. this just uses the standard theme set
145     * background. without a backgorund, you could make a window seem
146     * transparent with elm_win_alpha_set(win, 1); for example. if you have
147     * a compositor running this will make the window able to be
148     * semi-transparent and any space not filled by object/widget pixels will
149     * be transparent or translucent based on alpha. if you do not have a
150     * comnpositor running this should fall back to using shaped windows
151     * (which have a mask). both these features will be slow and rely on
152     * a lot more resources, so only use it if you need it. */
153    bg = elm_bg_add(win);
154    /* set weight to 1.0 x 1.0 == expand in both x and y direction */
155    evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
156    /* tell the window that this object is to be resized along with the window.
157     * also as a result this object will be one of several objects that
158     * controls the minimum/maximum size of the window */
159    elm_win_resize_object_add(win, bg);
160    /* and show the background */
161    evas_object_show(bg);
162
163    /* add a box layout widget to the window */
164    bx0 = elm_box_add(win);
165    /* allow base box (bx0) to expand in x and y */
166    evas_object_size_hint_weight_set(bx0, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
167    /* tell the window that the box affects window size and also will be
168     * resized when the window is */
169    elm_win_resize_object_add(win, bx0);
170    evas_object_show(bx0);
171
172    fr = elm_frame_add(win);
173    elm_frame_label_set(fr, "Information");
174    elm_box_pack_end(bx0, fr);
175    evas_object_show(fr);
176
177    lb = elm_label_add(win);
178    elm_label_label_set(lb,
179                        "Please select a test from the list below<br>"
180                        "by clicking the test button to show the<br>"
181                        "test window.");
182    elm_frame_content_set(fr, lb);
183    evas_object_show(lb);
184
185    li = elm_list_add(win);
186    elm_list_always_select_mode_set(li, 1);
187    evas_object_size_hint_weight_set(li, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
188    evas_object_size_hint_fill_set(li, EVAS_HINT_FILL, EVAS_HINT_FILL);
189    elm_box_pack_end(bx0, li);
190    evas_object_show(li);
191
192    idx = elm_index_add(win);
193    evas_object_smart_callback_add(idx, "delay,changed", index_changed, NULL);
194    evas_object_size_hint_weight_set(idx, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
195    elm_win_resize_object_add(win, idx);
196    evas_object_show(idx);
197
198    tests = NULL;
199 #define ADD_TEST(name_, cb_) elm_test_add(&tests, name_, cb_)
200    ADD_TEST("Bg Plain", test_bg_plain);
201    ADD_TEST("Bg Image", test_bg_image);
202    ADD_TEST("Icon Transparent", test_icon);
203    ADD_TEST("Box Vert", test_box_vert);
204    ADD_TEST("Box Vert 2", test_box_vert2);
205    ADD_TEST("Box Horiz", test_box_horiz);
206    ADD_TEST("Buttons", test_button);
207    ADD_TEST("File Selector Button", test_fileselector_button);
208    ADD_TEST("Toggles", test_toggle);
209    ADD_TEST("Table", test_table);
210    ADD_TEST("Clock", test_clock);
211    ADD_TEST("Layout", test_layout);
212    ADD_TEST("Hover", test_hover);
213    ADD_TEST("Hover 2", test_hover2);
214    ADD_TEST("Entry", test_entry);
215    ADD_TEST("Entry Scrolled", test_entry_scrolled);
216    ADD_TEST("Entry 3", test_entry3);
217    ADD_TEST("Entry 4", test_entry4);
218    ADD_TEST("Entry 5", test_entry5);
219    ADD_TEST("Notepad", test_notepad);
220    ADD_TEST("Anchorview", test_anchorview);
221    ADD_TEST("Anchorblock", test_anchorblock);
222    ADD_TEST("Toolbar", test_toolbar);
223    ADD_TEST("Hoversel", test_hoversel);
224    ADD_TEST("List", test_list);
225    ADD_TEST("List 2", test_list2);
226    ADD_TEST("List 3", test_list3);
227    ADD_TEST("Carousel", test_carousel);
228    ADD_TEST("Inwin", test_inwin);
229    ADD_TEST("Inwin 2", test_inwin2);
230    ADD_TEST("Scaling", test_scaling);
231    ADD_TEST("Scaling 2", test_scaling2);
232    ADD_TEST("Slider", test_slider);
233    ADD_TEST("Genlist", test_genlist);
234    ADD_TEST("Genlist 2", test_genlist2);
235    ADD_TEST("Genlist 3", test_genlist3);
236    ADD_TEST("Genlist 4", test_genlist4);
237    ADD_TEST("Genlist 5", test_genlist5);
238    ADD_TEST("Genlist Tree", test_genlist6);
239    ADD_TEST("GenGrid", test_gengrid);
240    ADD_TEST("Checks", test_check);
241    ADD_TEST("Radios", test_radio);
242    ADD_TEST("Pager", test_pager);
243    ADD_TEST("Window States", test_win_state);
244    ADD_TEST("Window States 2", test_win_state2);
245    ADD_TEST("Progressbar", test_progressbar);
246    ADD_TEST("File Selector", test_fileselector);
247    ADD_TEST("Separator", test_separator);
248    ADD_TEST("Scroller", test_scroller);
249    ADD_TEST("Scroller 2", test_scroller2);
250    ADD_TEST("Spinner", test_spinner);
251    ADD_TEST("Index", test_index);
252    ADD_TEST("Index 2", test_index2);
253    ADD_TEST("Photocam", test_photocam);
254    ADD_TEST("Photo", test_photo);
255    ADD_TEST("Thumb", test_thumb);
256    ADD_TEST("Icon Desktops", test_icon_desktops);
257    ADD_TEST("Notify", test_notify);
258    ADD_TEST("Slideshow", test_slideshow);
259    ADD_TEST("Menu", test_menu);
260    ADD_TEST("Panel", test_panel);
261    ADD_TEST("Map", test_map);
262    ADD_TEST("Weather", test_weather);
263    ADD_TEST("Flip", test_flip);
264    ADD_TEST("Flip 2", test_flip2);
265    ADD_TEST("Flip 3", test_flip3);
266    ADD_TEST("Label", test_label);
267    ADD_TEST("Conformant", test_conformant);
268    ADD_TEST("Multi Touch", test_multi);
269    ADD_TEST("Floating Objects", test_floating);
270    ADD_TEST("Launcher", test_launcher);
271    ADD_TEST("Launcher 2", test_launcher2);
272    ADD_TEST("Animation", test_anim);
273 #undef ADD_TEST
274
275    if (tests)
276      {
277         char last_letter = 0;
278         struct elm_test *t;
279         EINA_LIST_FREE(tests, t)
280           {
281              Elm_List_Item *it;
282              it = elm_list_item_append(li, t->name, NULL, NULL, t->cb, NULL);
283              if (last_letter != t->name[0])
284                {
285                   char letter[2] = {t->name[0], '\0'};
286                   elm_index_item_append(idx, letter, it);
287                   last_letter = t->name[0];
288                }
289              free(t);
290           }
291         elm_index_item_go(idx, 0);
292      }
293
294    elm_list_go(li);
295
296    /* set an initial window size */
297    evas_object_resize(win, 320, 480);
298    /* show the window */
299    evas_object_show(win);
300 }
301
302 /* this is your elementary main function - it MUSt be called IMMEDIATELY
303  * after elm_init() and MUSt be passed argc and argv, and MUST be called
304  * elm_main and not be static - must be a visible symbol with EAPI infront */
305 EAPI int
306 elm_main(int argc, char **argv)
307 {
308    /* put ere any init specific to this app like parsing args etc. */
309    my_win_main(); /* create main window */
310    elm_run(); /* and run the program now  and handle all events etc. */
311    /* if the mainloop that elm_run() runs exist - we exit the app */
312    elm_shutdown(); /* clean up and shut down */
313    /* exit code */
314    return 0;
315 }
316 #endif
317 /* all emeentary apps should use this. but it right after elm_main() */
318 ELM_MAIN()