musicplayer_plat/mpx_music_player_app_api/inc/mpxappui.hrh
changeset 0 ff3acec5bc43
child 9 13afc0e517bd
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 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:  Resource header for project mpxmusicplayer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPXAPPUI_HRH
       
    21 #define MPXAPPUI_HRH
       
    22 
       
    23 // ENUMS
       
    24 enum TMPXAppUiCommandIds
       
    25     {
       
    26     EMPXCmdPlay = 0x2000,
       
    27     EMPXCmdPause,
       
    28     EMPXCmdStop,
       
    29     EMPXCmdNext,
       
    30     EMPXCmdPrevious,
       
    31     EMPXCmdSeekForward,
       
    32     EMPXCmdSeekBackward,
       
    33     EMPXCmdStopSeeking,
       
    34     EMPXCmdVolumeUp,
       
    35     EMPXCmdVolumeDown,
       
    36     EMPXCmdVolumeChanged,
       
    37     EMPXCmdForcePlay,
       
    38     EMPXCmdSaveAndReopen,
       
    39     EMPXCmdSaveAndExit,
       
    40     EMPXCmdSaveAndExitHostApp,
       
    41     EMPXCmdSaveCancelled,
       
    42     EMPXCmdSaveComplete,
       
    43     EMPXCmdGoToNowPlaying,
       
    44     EMPXCmdPlayPause,
       
    45     EMPXCmdIsFileSaved,
       
    46     EMPXCmdAfterSaveUseAsCascade,
       
    47     EMPXCmdAfterSaveAiwCmdAssign,
       
    48     EMPXCmdSaveForUseAsRingtone,
       
    49     EMPXCmdSaveForUseAsContact,
       
    50     EMPXCmdSaveNotProgress,
       
    51     EMPXCmdIgnoreExternalCommand,
       
    52     EMPXCmdHandleExternalCommand,
       
    53     EMPXCmdHideApp,
       
    54     EMPXCmdGotoCollection,
       
    55     EMPXCmdVolumeMute,
       
    56     EMPXCmdVolumeUnMute,
       
    57     EMPXCmdCancelReorder
       
    58 
       
    59     };
       
    60 #endif  // MPXAPPUI_HRH
       
    61 
       
    62 // End of File