gsprofilesrv_plat/settings_framework_api/inc/GSCommon.hrh
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 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:   Common GS menu commands and other common constants.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GSCOMMON_HRH
       
    20 #define GSCOMMON_HRH
       
    21 
       
    22 // Common GS menu commands. Start from 500 so everything below 500 is free for
       
    23 // use for plugins. The values are based on the assumption that Avkon process
       
    24 // commands constants start from 4000 and CBA constants start from 3000 so 
       
    25 // these will not be overwritten.
       
    26 //
       
    27 enum TGSMenuCommands
       
    28     {
       
    29     EGSCmdAppChange = 500,
       
    30     EGSCmdAppEdit,
       
    31     EGSCmdAppHelp,
       
    32     EGSCmdAppNew,
       
    33     EGSCmdAppOpen,
       
    34     EGSMSKCmdAppChange
       
    35     };
       
    36 
       
    37 enum TGSListBoxItemVisibility
       
    38     {
       
    39     EGSListBoxItemTypeIsAlwaysVisible = 0,
       
    40     EGSListBoxItemTypeIsDynamic
       
    41     };
       
    42 
       
    43 #endif // GSCOMMON_HRH
       
    44 //End of File