gssettingsuis/Gs/GSDisplayPlugin/Inc/GsDisplayPlugin.hrh
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     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:  Contains common definitions for menu id:s
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GSDISPLAYPLUGIN_HRH
       
    20 #define GSDISPLAYPLUGIN_HRH
       
    21 
       
    22 // commands
       
    23 enum TGSDispMenuCommands
       
    24     {
       
    25     EGSCmdDispAppChange = 1,
       
    26     EGSCmdWNSelect,
       
    27     EGSCmdWNEdit,
       
    28     EGSCmdShowWelcomeNoteSettingPage,
       
    29     EGSCmdShowContrastSettingPage,
       
    30     EGSCmdShowColorPaletteSettingPage,
       
    31     EGSCmdShowScreenSaverObjectSettingPage,
       
    32     EGSCmdShowScreenSaverPeridSettingPage,
       
    33     EGSCmdShowLightSensorSettingPage, 
       
    34     EGSCmdShowBacklightSettingPage,
       
    35     EGSCmdShowBrightnessSettingPage,
       
    36     EGSCmdShowAmbientLightSensorSettingPage,
       
    37     EGSCmdShowPowerSaveLedSettingPage,
       
    38     EGSCmdShowOperatorLogoSettingPage
       
    39     };
       
    40 
       
    41 // device display
       
    42 enum {
       
    43     EGSSettIdContrast,
       
    44     EGSSettIdBrightness,
       
    45     EGSSettIdAmbientLightSensor,
       
    46     EGSSettIdDisplayTextSize,
       
    47     EGSSettIdSSP,
       
    48     EGSSettIdSSO,
       
    49     EGSSettIdWNI,
       
    50     EGSSettIdBacklight,
       
    51     EGSSettIdPowerSaveLed,
       
    52     EGSSettIdOperatorLogo
       
    53     };
       
    54 
       
    55 // own notes
       
    56 enum TOwnNotes {
       
    57     EImageLoadWaitNote = 1
       
    58     };
       
    59 
       
    60 
       
    61 #endif //  GSDISPLAYPLUGIN_HRH
       
    62 
       
    63 //End of File