欢迎来到天天文库
浏览记录
ID:81525110
大小:45.50 KB
页数:5页
时间:2022-10-12
《MTK菜单处理》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方MTK创建菜单的过程//Step1,Createmenucreate_fixed_list();Create_fixed_matrix();//step2,Createmenuitems();create_fixed_text_menuitems();create_fixed_icontext_menuitems();create_fixed_icontext_list_menuitems();create_fixed_twostate_menuitems();//step3,Associatemenuandmenuitemsassociate_fixed_icontext_list();associate_fixed_icontext_list_list();associate_fixed_icontext_list_matrix();associate_fixed_icontext_matrix();associate_fixed_multirow_list_list();associate_fixed_text_list();associate_fixed_text_matrix();associate_fixed_twostate_list();associate_fixed_twostate_matrix();//step4,SetmenuitemsdateFor(i=0;i1----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方//step6,Rigistermenuhighlighthandlerregister_fixed_list_highlight_handler(standard_list_highlight_handler);register_fixed_list_unhighlight_handler();register_fixed_list_matrix_highlight_handler();//step7,Setmenumove_fixed_list(0,(MMI_title_y+MMI_title_height));resize_fixed_list(MMI_content_width,MMI_content_height);move_fixed_matrix();resize_fixed_matrix();//step8,Setmenuitemsresize_fixed_icontext_menuitems(0,MMI_MENUITEM_HEIGHT);resize_fixed_text_menuitems();resize_fixed_twostate_menuitems();resize_fixed_icontext_list_menuitems();set_fixed_icontext_positions(MMI_ICONTEXT_MENUITEM_HEIGHT+2,0,1,0);set_fixed_twostate_positions();//step9,Showmenuredraw_fixed_lise();show_fixed_list();show_fixed_matrix();Fixedlistmenufunctions//Createmenupixtel_UI_create_fixed_list_menu();//Setmenupixtel_UI_set_fixed_list_menu_current_themepixtel_UI_set_fixed_list_menu_themepixtel_UI_resize_fixed_list_menupixtel_UI_move_fixed_list_menu//Menugotofunctionspixtel_UI_fixed_list_menu_goto_itempixtel_UI_fixed_list_menu_goto_next_itempixtel_UI_fixed_list_menu_goto_previous_itempixtel_UI_fixed_list_menu_goto_next_page----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方2----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方pixtel_UI_fixed_list_menu_goto_previous_pagepixtel_UI_fixed_list_menu_goto_first_itempixtel_UI_fixed_list_menu_goto_last_item//Setmenuitemsfunctionspixtel_UI_set_fixed_list_menu_item_functionspixtel_UI_set_fixed_list_menu_common_item_data//Showmenupixtel_UI_show_fixed_list_menuFixedmatrixmenufunctions//Createmenupixtel_UI_create_fixed_matrix_menu//Setmenupixtel_UI_set_fixed_matrix_menu_current_themepixtel_UI_set_fixed_matrix_menu_themepixtel_UI_fixed_matrix_menu_auto_configurepixtel_UI_fixed_matrix_menu_setuppixtel_UI_resize_fixed_matrix_menupixtel_UI_move_fixed_matrix_menu//Menugotofunctionspixtel_UI_fixed_matrix_menu_locate_highlighted_itempixtel_UI_fixed_matrix_menu_goto_next_itempixtel_UI_fixed_matrix_menu_goto_previous_itempixtel_UI_fixed_matrix_menu_goto_previous_rowpixtel_UI_fixed_matrix_menu_goto_next_rowpixtel_UI_fixed_matrix_menu_goto_previous_columnpixtel_UI_fixed_matrix_menu_goto_next_columnpixtel_UI_fixed_matrix_menu_goto_first_itempixtel_UI_fixed_matrix_menu_goto_last_itempixtel_UI_fixed_matrix_menu_goto_next_pagepixtel_UI_fixed_matrix_menu_goto_previous_pagepixtel_UI_fixed_matrix_menu_goto_item//Setmenuitemsfunctionspixtel_UI_set_fixed_matrix_menu_item_functionspixtel_UI_set_fixed_matrix_menu_common_item_data----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方3----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方//Showmenupixtel_UI_show_fixed_matrix_menuTextfunctions//Createpixtel_UI_create_fixed_text_menuitem//Setpixtel_UI_set_fixed_text_menuitem_themepixtel_UI_set_fixed_text_menuitem_current_themepixtel_UI_fixed_text_menuitem_set_text_positionpixtel_UI_resize_fixed_text_menuitem//Itemfunctionspixtel_UI_measure_fixed_text_menuitempixtel_UI_highlight_fixed_text_menuitempixtel_UI_remove_highlight_fixed_text_menuitem//Showpixtel_UI_show_fixed_text_menuitemIcontext//Createpixtel_UI_create_fixed_icontext_menuitem//Setpixtel_UI_set_fixed_icontext_menuitem_current_themepixtel_UI_set_fixed_icontext_menuitem_themepixtel_UI_fixed_icontext_menuitem_set_text_positionpixtel_UI_fixed_icontext_menuitem_set_icon_positionpixtel_UI_resize_fixed_icontext_menuitem//Itemfunctionspixtel_UI_hide_fixed_icontext_menuitempixtel_UI_measure_fixed_icontext_menuitempixtel_UI_highlight_fixed_icontext_menuitempixtel_UI_remove_highlight_fixed_icontext_menuitem//Showpixtel_UI_show_fixed_icontext_menuitem----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方4----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方Icontextlist//Createpixtel_UI_create_fixed_icontext_list_menuitem//Setpixtel_UI_set_fixed_icontext_list_menuitem_current_themepixtel_UI_set_fixed_icontext_list_menuitem_themepixtel_UI_fixed_icontext_list_menuitem_set_post_displaypixtel_UI_fixed_icontext_list_menuitem_set_text_coordinatespixtel_UI_fixed_icontext_list_menuitem_set_icon_coordinatespixtel_UI_resize_fixed_icontext_list_menuitem//Itemfunctionspixtel_UI_measure_fixed_icontext_list_menuitempixtel_UI_highlight_fixed_icontext_list_menuitempixtel_UI_remove_highlight_fixed_icontext_list_menuitem//Showpixtel_UI_show_fixed_icontext_list_menuitemTwostate//Createpixtel_UI_create_fixed_twostate_menuitem//Setpixtel_UI_set_fixed_twostate_menuitem_current_themepixtel_UI_set_fixed_twostate_menuitem_themepixtel_UI_fixed_twostate_menuitem_set_text_positionpixtel_UI_fixed_twostate_menuitem_set_icon_positionpixtel_UI_fixed_twostate_menuitem_set_iconspixtel_UI_resize_fixed_twostate_menuitem//Itemfunctionspixtel_UI_measure_fixed_twostate_menuitempixtel_UI_highlight_fixed_twostate_menuitempixtel_UI_remove_highlight_fixed_twostate_menuitem//Showpixtel_UI_show_fixed_twostate_menuitem----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方
1----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方//step6,Rigistermenuhighlighthandlerregister_fixed_list_highlight_handler(standard_list_highlight_handler);register_fixed_list_unhighlight_handler();register_fixed_list_matrix_highlight_handler();//step7,Setmenumove_fixed_list(0,(MMI_title_y+MMI_title_height));resize_fixed_list(MMI_content_width,MMI_content_height);move_fixed_matrix();resize_fixed_matrix();//step8,Setmenuitemsresize_fixed_icontext_menuitems(0,MMI_MENUITEM_HEIGHT);resize_fixed_text_menuitems();resize_fixed_twostate_menuitems();resize_fixed_icontext_list_menuitems();set_fixed_icontext_positions(MMI_ICONTEXT_MENUITEM_HEIGHT+2,0,1,0);set_fixed_twostate_positions();//step9,Showmenuredraw_fixed_lise();show_fixed_list();show_fixed_matrix();Fixedlistmenufunctions//Createmenupixtel_UI_create_fixed_list_menu();//Setmenupixtel_UI_set_fixed_list_menu_current_themepixtel_UI_set_fixed_list_menu_themepixtel_UI_resize_fixed_list_menupixtel_UI_move_fixed_list_menu//Menugotofunctionspixtel_UI_fixed_list_menu_goto_itempixtel_UI_fixed_list_menu_goto_next_itempixtel_UI_fixed_list_menu_goto_previous_itempixtel_UI_fixed_list_menu_goto_next_page----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方
2----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方pixtel_UI_fixed_list_menu_goto_previous_pagepixtel_UI_fixed_list_menu_goto_first_itempixtel_UI_fixed_list_menu_goto_last_item//Setmenuitemsfunctionspixtel_UI_set_fixed_list_menu_item_functionspixtel_UI_set_fixed_list_menu_common_item_data//Showmenupixtel_UI_show_fixed_list_menuFixedmatrixmenufunctions//Createmenupixtel_UI_create_fixed_matrix_menu//Setmenupixtel_UI_set_fixed_matrix_menu_current_themepixtel_UI_set_fixed_matrix_menu_themepixtel_UI_fixed_matrix_menu_auto_configurepixtel_UI_fixed_matrix_menu_setuppixtel_UI_resize_fixed_matrix_menupixtel_UI_move_fixed_matrix_menu//Menugotofunctionspixtel_UI_fixed_matrix_menu_locate_highlighted_itempixtel_UI_fixed_matrix_menu_goto_next_itempixtel_UI_fixed_matrix_menu_goto_previous_itempixtel_UI_fixed_matrix_menu_goto_previous_rowpixtel_UI_fixed_matrix_menu_goto_next_rowpixtel_UI_fixed_matrix_menu_goto_previous_columnpixtel_UI_fixed_matrix_menu_goto_next_columnpixtel_UI_fixed_matrix_menu_goto_first_itempixtel_UI_fixed_matrix_menu_goto_last_itempixtel_UI_fixed_matrix_menu_goto_next_pagepixtel_UI_fixed_matrix_menu_goto_previous_pagepixtel_UI_fixed_matrix_menu_goto_item//Setmenuitemsfunctionspixtel_UI_set_fixed_matrix_menu_item_functionspixtel_UI_set_fixed_matrix_menu_common_item_data----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方
3----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方//Showmenupixtel_UI_show_fixed_matrix_menuTextfunctions//Createpixtel_UI_create_fixed_text_menuitem//Setpixtel_UI_set_fixed_text_menuitem_themepixtel_UI_set_fixed_text_menuitem_current_themepixtel_UI_fixed_text_menuitem_set_text_positionpixtel_UI_resize_fixed_text_menuitem//Itemfunctionspixtel_UI_measure_fixed_text_menuitempixtel_UI_highlight_fixed_text_menuitempixtel_UI_remove_highlight_fixed_text_menuitem//Showpixtel_UI_show_fixed_text_menuitemIcontext//Createpixtel_UI_create_fixed_icontext_menuitem//Setpixtel_UI_set_fixed_icontext_menuitem_current_themepixtel_UI_set_fixed_icontext_menuitem_themepixtel_UI_fixed_icontext_menuitem_set_text_positionpixtel_UI_fixed_icontext_menuitem_set_icon_positionpixtel_UI_resize_fixed_icontext_menuitem//Itemfunctionspixtel_UI_hide_fixed_icontext_menuitempixtel_UI_measure_fixed_icontext_menuitempixtel_UI_highlight_fixed_icontext_menuitempixtel_UI_remove_highlight_fixed_icontext_menuitem//Showpixtel_UI_show_fixed_icontext_menuitem----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方
4----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方Icontextlist//Createpixtel_UI_create_fixed_icontext_list_menuitem//Setpixtel_UI_set_fixed_icontext_list_menuitem_current_themepixtel_UI_set_fixed_icontext_list_menuitem_themepixtel_UI_fixed_icontext_list_menuitem_set_post_displaypixtel_UI_fixed_icontext_list_menuitem_set_text_coordinatespixtel_UI_fixed_icontext_list_menuitem_set_icon_coordinatespixtel_UI_resize_fixed_icontext_list_menuitem//Itemfunctionspixtel_UI_measure_fixed_icontext_list_menuitempixtel_UI_highlight_fixed_icontext_list_menuitempixtel_UI_remove_highlight_fixed_icontext_list_menuitem//Showpixtel_UI_show_fixed_icontext_list_menuitemTwostate//Createpixtel_UI_create_fixed_twostate_menuitem//Setpixtel_UI_set_fixed_twostate_menuitem_current_themepixtel_UI_set_fixed_twostate_menuitem_themepixtel_UI_fixed_twostate_menuitem_set_text_positionpixtel_UI_fixed_twostate_menuitem_set_icon_positionpixtel_UI_fixed_twostate_menuitem_set_iconspixtel_UI_resize_fixed_twostate_menuitem//Itemfunctionspixtel_UI_measure_fixed_twostate_menuitempixtel_UI_highlight_fixed_twostate_menuitempixtel_UI_remove_highlight_fixed_twostate_menuitem//Showpixtel_UI_show_fixed_twostate_menuitem----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方
此文档下载收益归作者所有
举报原因
联系方式
详细说明
内容无法转码请点击此处