rop_menu.rss
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:7k
- /*============================================================================*
- *
- * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- *============================================================================*/
-
- // >>> menu bars
- #define MENU_DUMMY_TEXT "dummy" // ignored
- RESOURCE MENU_BAR r_avp_file_view_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_file_view_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_file_view_nodrive_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_file_view_nodrive_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_select_settings_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_select_settings_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_settings_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_settings_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_stopped_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_player_view_idle_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_pause_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_player_view_paused_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_live_play_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_player_view_live_play_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_empty_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = R_AVKON_MENUPANE_EMPTY;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- /*******************************************************************
- >>> menu panes
- ********************************************************************/
- RESOURCE MENU_PANE r_avp_mark_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_options_list_mark_one;
- command = EAknCmdMark;
- },
- MENU_ITEM
- {
- txt = qtn_options_list_unmark_one;
- command = EAknCmdUnmark;
- },
- MENU_ITEM
- {
- txt = qtn_options_list_mark_all;
- command = EAknMarkAll;
- },
- MENU_ITEM
- {
- txt = qtn_options_list_unmark_all;
- command = EAknUnmarkAll;
- }
- };
- }
- // when file view shows inaccessible drive
- RESOURCE MENU_PANE r_avp_file_view_nodrive_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = "Unlock card";
- command = EUnlockDrive;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_settings;
- command = EViewSettings;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_about;
- command = EAboutDialog;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- RESOURCE MENU_PANE r_avp_file_view_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_play;
- command = EPlay;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_open_folder;
- command = EOpenFolder;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_open;
- cascade = r_avp_open_menu_pane;
- },
- MENU_ITEM
- {
- txt = qtn_fldr_rename;
- command = ERename;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_edit;
- command = EEditPlaylist;
- },
- MENU_ITEM
- {
- txt = qtn_fldr_delete;
- command = EDelete;
- },
- MENU_ITEM
- {
- txt = qtn_fldr_new;
- command = ENewFolder;
- },
- MENU_ITEM
- {
- txt = qtn_fldr_move_to_folder;
- command = EMoveToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_copy_to_folder;
- command = ECopyToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_options_list; // edit list
- command = EMarkCascade;
- cascade = r_avp_mark_menu_pane;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_settings;
- command = EViewSettings;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_about;
- command = EAboutDialog;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- RESOURCE MENU_PANE r_avp_select_settings_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_sett_sel_open;
- command = EOpenSettings;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_restore_defaults;
- command = ERestoreDefaultSettings;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
-
- };
- }
- RESOURCE MENU_PANE r_avp_settings_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_change;
- command = EChange;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_restore_defaults;
- command = ERestoreDefaultSettings;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
-
- };
- }
- RESOURCE MENU_PANE r_avp_player_view_idle_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_play;
- command = EPlayPause;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_mute;
- command = EMute;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_previous;
- command = EPrevClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_next;
- command = ENextClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_save_to_folder;
- command = ESaveToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_clipinfo;
- command = EClipInfoDialog;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_settings;
- command = EViewSettings;
- },
- // MENU_ITEM
- //{
- //txt = MRM_M_ENTER_FULL_SCREEN;
- //command = EToggleFullScreen;
- //},
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- // menu that pops up when live clip is playing
- RESOURCE MENU_PANE r_avp_player_view_live_play_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_mute;
- command = EMute;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_previous;
- command = EPrevClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_next;
- command = ENextClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_clipinfo;
- command = EClipInfoDialog;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_save_to_folder;
- command = ESaveToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- // menu that pops up when player is paused
- RESOURCE MENU_PANE r_avp_player_view_paused_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_resume;
- command = EPlayPause;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_mute;
- command = EMute;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_save_to_folder;
- command = ESaveToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_previous;
- command = EPrevClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_next;
- command = ENextClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_clipinfo;
- command = EClipInfoDialog;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- RESOURCE MENU_PANE r_avp_open_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_open_recent;
- command = EOpenRecentDialog;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_open_guide;
- command = EOpenGuide;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_open_url;
- command = EOpenURLDialog;
- }
- };
- }