wvuing/wvuiave/AppRss/CARecordedChatsViewNG.rss
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file of chat list view
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //----------------------------------------------------
       
    20 //
       
    21 //    r_chatclient_recordedchats_view
       
    22 //    View-resource definition for recordedChats-view
       
    23 //
       
    24 //----------------------------------------------------
       
    25 //
       
    26 RESOURCE AVKON_VIEW r_chatclient_recordedchats_view
       
    27     {
       
    28     hotkeys=r_chatclient_hotkeys;
       
    29     menubar=r_chatclient_menubar_recordedchats_view;
       
    30     cba=R_AVKON_SOFTKEYS_SELECTION_LIST;
       
    31     }
       
    32 
       
    33 //----------------------------------------------------
       
    34 //
       
    35 //    r_chatclient_menubar_chatlist_view
       
    36 //    Menubar definition for chatlist-view
       
    37 //
       
    38 //----------------------------------------------------
       
    39 //
       
    40 RESOURCE MENU_BAR r_chatclient_menubar_recordedchats_view
       
    41     {
       
    42     titles=
       
    43         {
       
    44         MENU_TITLE { menu_pane=r_chatclient_general_menu; },
       
    45         MENU_TITLE { menu_pane=r_chatclient_recordedchats_view_menu; }
       
    46         };
       
    47     }
       
    48 
       
    49 //----------------------------------------------------
       
    50 //
       
    51 //    r_chatclient_chatlist_view_menu
       
    52 //    Items for menupane in chatlist-view
       
    53 //
       
    54 //----------------------------------------------------
       
    55 //
       
    56 RESOURCE MENU_PANE r_chatclient_recordedchats_view_menu
       
    57     {
       
    58     items=
       
    59         {
       
    60         MENU_ITEM
       
    61             {
       
    62             command = EChatClientOpenObject;
       
    63             txt = qtn_chat_open_object;
       
    64             },
       
    65 
       
    66         MENU_ITEM
       
    67             {
       
    68             command = EChatClientSaveObject;
       
    69             txt = qtn_chat_save_object;
       
    70             },               
       
    71         
       
    72         MENU_ITEM
       
    73             {
       
    74             command = EChatClientFindMenuPlaceHolder;
       
    75             txt = "";            
       
    76             },        
       
    77 
       
    78         MENU_ITEM
       
    79             {
       
    80             command = EChatClientIboxForward;
       
    81             cascade = r_chatclient_ibox_forward_submenu;
       
    82             txt = qtn_chat_om_forward;
       
    83             }, 
       
    84 
       
    85         MENU_ITEM
       
    86             {
       
    87             command = EChatClientSavedListViewCmdDelete;
       
    88             txt = qtn_chat_recchat_om_del;
       
    89             },
       
    90 
       
    91         MENU_ITEM
       
    92             {
       
    93             command = EChatClientSavedListViewCmdSendOpt;
       
    94             txt = qtn_options_send_via;
       
    95             }
       
    96         };
       
    97     }
       
    98 
       
    99 //----------------------------------------------------
       
   100 //
       
   101 //    r_chatclient_recordedchats_menubar_context
       
   102 //    Menubar definition for add and reply menu
       
   103 //
       
   104 //----------------------------------------------------
       
   105 //
       
   106 RESOURCE MENU_BAR r_chatclient_recordedchats_menubar_context
       
   107     {
       
   108     titles=
       
   109         {
       
   110         MENU_TITLE { menu_pane=r_chatclient_recordedchats_context_menu; }
       
   111         };
       
   112     }
       
   113 
       
   114 //----------------------------------------------------
       
   115 //
       
   116 //    r_chatclient_recordedchats_context_menu
       
   117 //    Items for menupane in chatlist-view
       
   118 //
       
   119 //----------------------------------------------------
       
   120 //
       
   121 RESOURCE MENU_PANE r_chatclient_recordedchats_context_menu
       
   122     {
       
   123      items=
       
   124         {
       
   125         MENU_ITEM
       
   126             {
       
   127             command = EChatClientSavedListViewCmdDelete;
       
   128             txt = qtn_chat_recchat_om_del;
       
   129             },
       
   130 
       
   131         MENU_ITEM
       
   132             {
       
   133             command = EChatClientSavedListViewCmdSendOpt;
       
   134             cascade = r_chatclient_recordedchatslist_send_sub_menu;
       
   135             txt = qtn_options_send_via;
       
   136             }
       
   137         };
       
   138     }
       
   139