logsui/group/LogsSubAppListView.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 15 Jul 2010 18:22:55 +0300
branchRCL_3
changeset 17 2666d9724c76
parent 0 e686773b3f54
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*     Resource file for the application view "STM view".
*
*/


//  RESOURCE IDENTIFIER

//  INCLUDES

//  CONSTANTS

//  MACROS

//  RESOURCE DEFINITIONS


/**
 * Logs 'sub app list' view menu items.
 */
RESOURCE MENU_PANE r_logs_sub_app_list_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = ELogsCmdMenuOpen;
            txt = qtn_logs_stm_cmd_open;
            flags = EEikMenuItemAction;
            },
        MENU_ITEM
            {
            command = ELogsCmdMenuClearRecentRegisters;
            txt = qtn_logs_stm_cmd_clear_reg;
            }
        };
    }

/**
 * Logs 'sub app list' view menubar.
 */
RESOURCE MENU_BAR r_logs_log_sub_app_list_menubar
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_logs_system_menu_bottom; },
        MENU_TITLE
            {
            txt = qtn_logs_title_logs;
            menu_pane = r_logs_sub_app_list_menu;  // view menu
            }
        };
    }

/**
 * Logs 'sub app list' view definition.
 */
RESOURCE AVKON_VIEW r_logs_sub_app_list_view
    {
    menubar = r_logs_log_sub_app_list_menubar;
    cba = r_common_options_back_open;
    }

/**
 * Logs 'sub app list' view definition for Simple Mode.
 */
RESOURCE AVKON_VIEW r_logs_sub_app_list_simple_view
    {
    menubar = r_logs_log_sub_app_list_menubar;
    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
    }

// End of File