Change license URL from "www.tizenopensource.org" to "floralicense.org".
[apps/core/preloaded/message-app.git] / setting / include / msg-ui-setting-text-message.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
18 #ifndef __DEF_MSG_UI_SETTING_TEXT_MESSAGE_H__
19 #define __DEF_MSG_UI_SETTING_TEXT_MESSAGE_H__
20
21
22 #include "msg-ui-setting-main.h"
23
24
25 /*============================================================================
26                                 ENUMS
27 =============================================================================*/
28 typedef enum {
29         MSG_UI_SETTING_TEXT_MENU_REQ_DELIVERY_REPORT,
30         MSG_UI_SETTING_TEXT_MENU_INPUT_MODE,
31         MSG_UI_SETTING_TEXT_MENU_SMSC,
32         MSG_UI_SETTING_TEXT_MENU_MAX
33
34 } MSG_UI_SETTING_TEXT_MENU_E;
35
36 typedef enum {
37         MSG_UI_SETTING_TEXT_INPUT_MODE_MENU_GSM_ALPHABET,
38         MSG_UI_SETTING_TEXT_INPUT_MODE_MENU_UNICODE,
39         MSG_UI_SETTING_TEXT_INPUT_MODE_MENU_AUTOMATIC,
40         MSG_UI_SETTING_TEXT_INPUT_MODE_MENU_MAX
41
42 } MSG_UI_SETTING_TEXT_INPUT_MODE_MENU_E;
43
44 typedef enum {
45         MSG_UI_SETTING_SMSC_MENU_ADDRESS_TITLE,
46         MSG_UI_SETTING_SMSC_MENU_ADDRESS,
47         MSG_UI_SETTING_SMSC_MENU_MAX
48
49 } MSG_UI_SETTING_SMSC_MENU_E;
50
51
52 /*============================================================================
53                                 FUNCTION DEFINE
54 =============================================================================*/
55 void msg_ui_setting_text_create_view(void *data, Evas_Object *obj, void *event_info);
56
57
58 /*
59  *      text message - service centre
60  */
61 void msg_ui_setting_service_center_selected_main(void *data, int index);
62 void msg_ui_setting_create_service_center_list(void *data, Evas_Object *obj, void *event_info);
63
64
65 #endif
66