apply FSL(Flora Software License)
[apps/home/call.git] / ui / vcui-view-popup.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 _VOICE_CALL_UI_POPUP_VIEW_
19 #define _VOICE_CALL_UI_POPUP_VIEW_
20
21 void _vcui_view_popup_unload(Evas_Object *popup_eo);
22 void _vcui_view_popup_load(char *popup_msg, double time_out, int bterminate);
23 void _vcui_view_popup_replace(char *popup_msg, double time_out, int bterminate);
24
25 void _vcui_view_popup_vol_ringtone(int vol_level);
26 void _vcui_view_popup_vol_voice(int vol_level);
27 void _vcui_view_popup_vol_bt(int vol_level);
28
29 void _vcui_view_popup_load_reject_call(char *name, char *number, int end_app);
30 void _vcui_view_popup_load_endcall_time(call_data_t *cd);
31 void _vcui_view_popup_load_redial(void);
32
33 void _vcui_view_popup_load_with_delay(char *popup_msg, double delay_time);
34
35 void _vcui_view_popup_load_sending_dtmf(char *status_string, char *dtmf_num);
36 void _vcui_view_popup_unload_progress(vcui_app_call_data_t *ad);
37 void _vcui_view_popup_load_progress(char *display_string);
38
39 void _vcui_view_popup_load_snd_path(void);
40
41 void _vcui_view_create_ticker_noti(char *ticker_msg);
42
43 #endif