/* * Copyright 2012 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef __DEF_MSG_UI_MAIN_SETTING_H__ #define __DEF_MSG_UI_MAIN_SETTING_H__ #include #include "message.h" #include "msg-ui-util.h" #include #include "msg-ui-common-utility.h" #include "msg-ui-image-resource.h" #include "msg-ui-setting-types.h" #include "msg-ui-setting-gadget.h" #include "msg-ui-setting-callback.h" #include "msg-ui-setting-common-util.h" #include "msg-ui-setting-msg-service-wrapper.h" /*============================================================================ DEFINE =============================================================================*/ typedef enum { MSG_UI_SETTING_MAIN_MENU_TEXT_MESSAGES, MSG_UI_SETTING_MAIN_MENU_MULTIMEDIA_MESSAGES, MSG_UI_SETTING_MAIN_MENU_SPAM_MESSAGES, MSG_UI_SETTING_MAIN_MENU_CB_MESSAGES, MSG_UI_SETTING_MAIN_MENU_SUB_TITLE, MSG_UI_SETTING_MAIN_MENU_USE_VOLUME_KEY, MSG_UI_SETTING_MAIN_MENU_MAX } MSG_UI_SETTING_MAIN_MENU_E; /*============================================================================ FUNCTION DEFINE =============================================================================*/ PMSG_SETTING_DATA msg_ui_setting_get_data(void); Evas_Object *msg_ui_setting_create_navigation_layout(Evas_Object *parent); Evas_Object *msg_ui_setting_create_layout_main(Evas_Object *parent); void msg_ui_setting_launch(PMSG_SETTING_DATA settingData); void msg_ui_setting_launch_spam_setting(PMSG_SETTING_DATA settingData); void msg_ui_setting_create_main_view(PMSG_SETTING_DATA settingData); #endif /* __DEF_MSG_UI_MAIN_SETTING_H__ */