000a6c0866de2f7c276866a44e3a13bb354ce958
[apps/core/preloaded/settings.git] / setting-display / include / setting-display-main.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://www.tizenopensource.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
18 #ifndef __SETTING_DISPLAY_MAIN_H__
19 #define __SETTING_DISPLAY_MAIN_H__
20
21 #include <setting-display.h>
22
23 /** @todo need to i18n string registration */
24 #define LAUNCH_EFFECT_STR "IDS_ST_BODY_APP_OPENING_EFFECT"
25 #define LAUNCH_IMAGE_STR  "IDS_ST_BODY_APP_OPENING_IMAGE"
26 #define LAUNCH_BATTERY_STR  "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
27
28 #define SETTING_DISPLAY_TIME_15_SEC_STR "IDS_ST_BODY_15SEC"
29 #define SETTING_DISPLAY_TIME_30_SEC_STR "IDS_ST_BODY_30SEC"
30 #define SETTING_DISPLAY_TIME_1_MIN_STR "IDS_COM_BODY_1_MINUTE"
31
32 #define SETTING_DISPLAY_TIME_2_MIN_STR "IDS_ST_BODY_2_MINUTES"
33 #define SETTING_DISPLAY_TIME_5_MIN_STR "IDS_ST_BODY_5_MINUTES"
34 #define SETTING_DISPLAY_TIME_10_MIN_STR "IDS_ST_BODY_10_MINUTES"
35
36 static void setting_display_main_battery_chk_btn_cb(void *data,
37                                                     Evas_Object *obj,
38                                                     void *event_info);
39 static void setting_display_main_mouse_up_Gendial_list_cb(void *data,
40                                                           Evas_Object *obj,
41                                                           void *event_info);
42 static void setting_display_main_click_softkey_back_cb(void *data,
43                                                        Evas_Object *obj,
44                                                        void *event_info);
45 static void setting_display_main_launch_effect_chk_btn_cb(void *data,
46                                                           Evas_Object *obj,
47                                                           void *event_info);
48 static Ecore_X_Window setting_display_main_effect_get_root(Evas_Object *
49                                                            win_main);
50 static void setting_display_main_effect_set_value(void *data);
51 #endif                          /* __SETTING_DISPLAY_MAIN_H__ */