mpxplugins/viewplugins/views/inc/mpxcommonplaybackview.hrh
changeset 0 ff3acec5bc43
child 17 c8156a91d13c
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 headers for project mpxcommonplaybackview
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPXCOMMONPLAYBACKVIEW_HRH
       
    21 #define MPXCOMMONPLAYBACKVIEW_HRH
       
    22 
       
    23 // ENUMS
       
    24 
       
    25 /** Command ID's. */
       
    26 enum TMPXPlaybackViewCommandIds
       
    27     {
       
    28     EMPXPbvCmdPlay = 0x1000,
       
    29     EMPXPbvCmdPause,
       
    30     EMPXPbvCmdStop,
       
    31     EMPXPbvCmdPlayPause,
       
    32     EMPXPbvCmdSeekForward,
       
    33     EMPXPbvCmdSeekBackward,
       
    34     EMPXPbvCmdEndSeek,
       
    35     EMPXPbvCmdNextListItem,
       
    36     EMPXPbvCmdPreviousListItem,
       
    37     EMPXPbvCmdDecreaseVolume,
       
    38     EMPXPbvCmdIncreaseVolume,
       
    39     EMPXPbvCmdRepeat,
       
    40     EMPXPbvCmdRepeatOne,
       
    41     EMPXPbvCmdRepeatAll,
       
    42     EMPXPbvCmdRepeatOff,
       
    43     EMPXPbvCmdRandom,
       
    44     EMPXPbvCmdRandomOn,
       
    45     EMPXPbvCmdRandomOff,
       
    46     EMPXPbvCmdPosition,
       
    47     EMPXPbvCmdSetAsRngTone,
       
    48     EMPXPbvCmdAiwCmdAssign,
       
    49     EMPXPbvCmdUseAsCascade,
       
    50     EMPXPbvCmdFMTransmitter,
       
    51     EMPXPbvCmdEqualizer,
       
    52     EMPXPbvCmdOpenMusicSettings,
       
    53     EMPXPbvCmdGotoMusicMenu,
       
    54     EMPXPbvCmdSave,
       
    55     EMPXPbvCmdAddToPlaylist,
       
    56     EMPXPbvCmdAddToSavedPlaylist,
       
    57     EMPXPbvCmdAddToNewPlaylist,
       
    58     EMPXPbvCmdPauseDownload,
       
    59     EMPXPbvCmdResumeDownload,
       
    60     EMPXPbvCmdCancelDownload,
       
    61     EMPXPbvCmdUpnpPlayVia,
       
    62     EMPXPbvCmdUpnpPlayViaLocal,
       
    63     EMPXPbvCmdUpnpPlayViaRemotePlayer // Should always be the last one in the list
       
    64     };
       
    65 
       
    66 #endif  // MPXCOMMONPLAYBACKVIEW_HRH
       
    67 
       
    68 // End of File