classicui_plat/personalisation_application_api/inc/Psln.hrh
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
equal deleted inserted replaced
34:6b5204869ed5 37:89c890c70182
     1 /*
       
     2 * Copyright (c) 2002-2006 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:  Command definitions for Psln application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PSLN_HRH
       
    20 #define PSLN_HRH
       
    21 
       
    22 // PslnUi's commands
       
    23 
       
    24 enum TPslnMenuCommands
       
    25     {
       
    26     // Skin preview command for softkey.
       
    27     EPslnCmdAppPreview = 1,
       
    28     // Skin activation command for softkey.
       
    29     EPslnCmdAppActivate,
       
    30     // Skin activation from preview command for softkey.
       
    31     EPslnCmdAppPreviewActivate,
       
    32     // Download command for softkey.
       
    33     EPslnCmdAppDownload,
       
    34     // Activate screensaver command for softkey.
       
    35     EPslnCmdAppSetScreenSaver,
       
    36     // Help command for softkey.
       
    37     EPslnCmdAppHelp,
       
    38     // Launch settings for screensaver command for softkey.
       
    39     EPslnCmdAppSettings,
       
    40     // Open command for softkey.
       
    41     EPslnCmdAppOpen,
       
    42     // Preview screensaver command for softkey.
       
    43     EPslnCmdPreviewScreenSaver,
       
    44     // Activate selected wallpaper.
       
    45     EPslnCmdAppSetWallpaper,
       
    46     // Reconfigures active screensaver.
       
    47     EPslnCmdAppChangeScreenSaver,
       
    48     // No command defined.
       
    49     EPslnCmdEmptyCommand,
       
    50     // Reconfigure active wallpaper.
       
    51     EPslnCmdAppChangeWallpaper,
       
    52     // Open cascade menu.
       
    53     EPslnCmdTransitionEffectsSubMenuOpen,
       
    54     // Activate Transition Effects.
       
    55     EPslnCmdTransitionEffectsActivate,
       
    56     // Deactivate Transition Effects.
       
    57     EPslnCmdTransitionEffectsDeactivate,
       
    58     // Configure wallpaper slide set.
       
    59     EPslnCmdWallpaperConfigure,
       
    60     // Open cascade menu.
       
    61     EPslnCmdAnimBackgroundSubMenuOpen,
       
    62     // Activate Anim Background.
       
    63     EPslnCmdAnimBackgroundActivate,
       
    64     // Deactivate Anim Background.
       
    65     EPslnCmdAnimBackgroundDeactivate
       
    66     };
       
    67 
       
    68 enum TPslnNotes
       
    69     {
       
    70     // Id for Psln wait note. 
       
    71     EPslnGeneralWaitNote = 1
       
    72     };
       
    73 
       
    74 enum TPslnSoftKeys
       
    75     {
       
    76     // Id for Activate softkey.
       
    77     EPslnSoftkeyActivate = 1
       
    78     };
       
    79 
       
    80 #endif // PSLN_HRH
       
    81 
       
    82 // End of File