Tizen 2.0 Release
[apps/core/preloaded/ug-image-viewer-efl.git] / main / src / view / ivug-main-view-menu.h
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *        http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef __IVUG_MAINVIEW_MENU_H__
18 #define __IVUG_MAINVIEW_MENU_H__
19
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /*
26         Button handlers for main view
27 */
28
29 void on_btn_selectcancel_clicked(void *data, Evas_Object *obj, void *event_info);
30 void on_btn_selectok_clicked(void *data, Evas_Object *obj, void *event_info);
31 void on_btn_slideshow_clicked(void *data, Evas_Object *obj, void *event_info);
32 void on_btn_tag_clicked(void *data, Evas_Object *obj, void *event_info);
33 void on_btn_save_clicked(void *data, Evas_Object *obj, void *event_info);
34 void on_btn_share_clicked(void *data, Evas_Object *obj, void *event_info);
35 void on_btn_delete_clicked(void *data, Evas_Object *obj, void *event_info);
36 void on_btn_details_clicked(void *data, Evas_Object *obj, void *event_info);
37 void on_btn_setas_clicked(void *data, Evas_Object *obj, void *event_info);
38 void on_btn_back_clicked(void *data, Evas_Object *obj, void *event_info);
39 void on_btn_details_close_clicked(void *data, Evas_Object *obj, void *event_info);
40
41 void on_btn_rename_clicked(void *data, Evas_Object *obj, void *event_info);
42 void on_btn_more_clicked(void *data, Evas_Object *obj, void *event_info);
43
44 void _ivug_selectioninfo_create(Ivug_MainView *pMainView, const char *string);
45
46 #ifdef __cplusplus
47 }
48 #endif
49
50
51 #endif          // __IVUG_MAINVIEW_MENU_H__
52