menufw/menufwui/matrixmenu/inc/mmgui.hrh
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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 headers for project matrixmenu
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MMGUI_HRH
       
    20 #define MMGUI_HRH
       
    21 
       
    22 #include "mmguiuid.hrh"
       
    23 
       
    24 /**
       
    25  * matrixmenu enumerate command codes.
       
    26  * 
       
    27  * @since S60 v5.0
       
    28  */
       
    29 enum TMmOptionsMenuIds
       
    30 	{
       
    31 	EMmOptionsExit = 0x6001 // start value must not be 0
       
    32 	};
       
    33 
       
    34 /** 
       
    35  * Toolbar button control IDs.
       
    36  * 
       
    37  * @since S60 v5.0
       
    38  */
       
    39 enum TMmToolbarControlIds
       
    40     {
       
    41     // zero based indices to bind button IDs to their positions on toolbar,
       
    42     // now we can query HN for a button model using this enumeration
       
    43     EMmToolbarControl1 = 0,
       
    44     EMmToolbarControl2,
       
    45     EMmToolbarControl3
       
    46     };
       
    47 
       
    48 #endif // MMGUI_HRH