wgui_categories_idlescreen.h
上传用户:lqx1163
上传日期:2014-08-13
资源大小:9183k
文件大小:7k
源码类别:

MTK

开发平台:

C/C++

  1. /*****************************************************************************
  2. *  Copyright Statement:
  3. *  --------------------
  4. *  This software is protected by Copyright and the information contained
  5. *  herein is confidential. The software may not be copied and the information
  6. *  contained herein may not be used or disclosed except with the written
  7. *  permission of MediaTek Inc. (C) 2005
  8. *
  9. *  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
  10. *  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
  11. *  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
  12. *  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
  13. *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
  14. *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
  15. *  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
  16. *  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
  17. *  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
  18. *  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
  19. *  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
  20. *  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
  21. *
  22. *  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
  23. *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
  24. *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
  25. *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
  26. *  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
  27. *
  28. *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
  29. *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
  30. *  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
  31. *  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
  32. *  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
  33. *
  34. *****************************************************************************/
  35. /*******************************************************************************
  36.  * Filename:
  37.  * ---------
  38.  *  wgui_categories_idlescreen.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  *   MAUI
  43.  *
  44.  * Description:
  45.  * ------------
  46.  *  Idle Screen related categories.
  47.  *
  48.  *  Author:
  49.  * -------
  50.  *  Leo Hu (MTK00563)
  51.  *
  52.  *==============================================================================
  53.  *             HISTORY
  54.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  55.  *------------------------------------------------------------------------------
  56.  * removed!
  57.  *
  58.  * removed!
  59.  * removed!
  60.  * removed!
  61.  *
  62.  * removed!
  63.  * removed!
  64.  * removed!
  65.  *
  66.  * removed!
  67.  * removed!
  68.  * removed!
  69.  *
  70.  * removed!
  71.  * removed!
  72.  * removed!
  73.  *
  74.  * removed!
  75.  * removed!
  76.  * removed!
  77.  *
  78.  * removed!
  79.  * removed!
  80.  * removed!
  81.  *
  82.  * removed!
  83.  * removed!
  84.  * removed!
  85.  *
  86.  *------------------------------------------------------------------------------
  87.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  88.  *==============================================================================
  89.  *******************************************************************************/
  90. #ifndef __WGUI_CATEGORIES_IDLESCREEN_H__
  91. #define __WGUI_CATEGORIES_IDLESCREEN_H__
  92. extern void SetIdleScreenWallpaper(U16 image_ID);
  93. extern void SetIdleScreenNetworkName(U8 *s);
  94. extern void SetIdleScreenNetworkStatus(U8 *s);
  95. extern void RedrawCategory33Screen(void);
  96. extern void ShowCategory33Screen(
  97.                 U16 left_softkey,
  98.                 U16 left_softkey_icon,
  99.                 U16 right_softkey,
  100.                 U16 right_softkey_icon,
  101. S32 highlighted_item,
  102.                 U8 *history_buffer);
  103. extern void ExitCategory33Screen(void);
  104. extern void RedrawCategory86Screen(void);
  105. /* __CUSTPACK_MULTIBIN Calvin BEGIN */
  106. extern void ShowCategory86Screen(U16 title, U16 title_icon, U16 left_softkey, U16 left_softkey_icon, U16 right_softkey, U16 right_softkey_icon, U16 img_id, U8 *network_string, U8 *history_buffer, U8 show_network_name);    /* 051305 Calvin modified */
  107. /* __CUSTPACK_MULTIBIN Calvin END */
  108. extern void ExitCategory86Screen(void);
  109. extern void ShowCategory106Screen(U16 icon_screensaver, U8 *filename, U8 *history_buffer);
  110. extern void RedrawCategory106Screen(void);
  111. extern void ExitCategory106Screen(void);
  112. extern void ShowCategory128Screen(
  113.                 U16,
  114.                 U16,
  115.                 U16 left_softkey,
  116.                 U16 left_softkey_icon,
  117.                 U16 right_softkey,
  118.                 U16 right_softkey_icon,
  119.                 U16 screen_img,
  120.                 U8 date_flag,
  121.                 U8 time_flag,
  122.                 U8 service_provider,
  123.                 U8 *history_buffer,
  124.                 U8);
  125. extern void RedrawCategory128Screen(void);
  126. extern void ExitCategory128Screen(void);
  127. extern void ShowCategory131Screen(U16 icon_screensaver, U8 *history_buffer);
  128. extern void RedrawCategory131Screen(void);
  129. extern void ExitCategory131Screen(void);
  130. /* PMT VIKAS START 20050707 */
  131. #if defined(__MMI_UI_DALMATIAN_STATUSBAR__) || defined(__MMI_UI_DALMATIAN_SOFTKEYS__)
  132. #define BAR_SHUFFLE_TIMER 2000
  133. extern void start_shuffle(void);
  134. extern void close_shuffle(void);
  135. #endif /* defined(__MMI_UI_DALMATIAN_STATUSBAR__) || defined(__MMI_UI_DALMATIAN_SOFTKEYS__) */ 
  136. #ifdef __MMI_UI_DALMATIAN_SOFTKEYS__
  137. extern void shuffle_draw_wallpaper(void);
  138. #endif 
  139. /* PMT VIKAS END 20050707 */
  140. #ifdef __MMI_LCD_PARTIAL_ON__
  141. extern void ShowCategory161Screen(UI_time *t);
  142. extern void RedrawCategory161Screen(void);
  143. extern void ExitCategory161Screen(void);
  144. extern void Category161ChangeTime(UI_time *t);
  145. #endif /* __MMI_LCD_PARTIAL_ON__ */ 
  146. /* 122105 wallpaper Calvin */
  147. #ifdef __MMI_WALLPAPER_ON_BOTTOM__
  148. extern void wgui_set_wallpaper_change(void);
  149. extern U8 wgui_is_wallpaper_change(void);
  150. extern void wgui_reset_wallpaper_change(void);
  151. #endif /* __MMI_WALLPAPER_ON_BOTTOM__ */ 
  152. extern void cat86_hide_analog_clock_display(S32 x1, S32 y1, S32 x2, S32 y2);
  153. extern void category128_hide_dt_display(S32 x1, S32 y1, S32 x2, S32 y2);
  154. extern void draw_wallpaper(void);
  155. /* PMT HIMANSHU START 20050809 */
  156. #ifdef __MMI_TOUCH_IDLESCREEN_SHORTCUTS__
  157. extern S32 max_touch_idle_screen_shortcut_height(void);
  158. #endif 
  159. /* PMT HIMANSHU END 20050809 */
  160. #ifdef __MMI_UI_STATUS_BAR_AT_BOTTOM__
  161. extern void show_boundries_to_status_bar_at_bottom_idlescreen(void);
  162. #endif 
  163. extern S32 is_on_idlescreen(void);
  164. extern void set_on_idlescreen(S32);
  165. extern void SetIdleScreenWallpaperID(U16 image_ID, MMI_BOOL is_default);
  166. extern void SetIdleScreenWallpaperName(UI_string_type name);
  167. extern void wgui_save_wallpaper_to_speedup(MMI_BOOL is_default);
  168. extern void wgui_stop_wallpaper(void);
  169. extern MMI_BOOL wgui_check_wallpaper_frame_count(S8 *name, S8 **error_str);
  170. #ifdef __MMI_WALLPAPER_ON_BOTTOM__
  171. extern void SetListWallpaperID(U16 image_ID);
  172. #endif
  173. #endif /* __WGUI_CATEGORIES_IDLESCREEN_H__ */