mpxplugins/viewplugins/views/inc/mpxcommonplaybackview.hrh
branchRCL_3
changeset 53 3de6c4cf6b67
equal deleted inserted replaced
52:14979e23cb5e 53:3de6c4cf6b67
       
     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 = 0x2500,
       
    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     EMPXPbvCmdSongDetails,
       
    47     EMPXPbvCmdPosition,
       
    48     EMPXPbvCmdSetAsRngTone,
       
    49     EMPXPbvCmdAiwCmdAssign,
       
    50     EMPXPbvCmdUseAsCascade,
       
    51     EMPXPbvCmdFMTransmitter,
       
    52     EMPXPbvCmdEqualizer,
       
    53     EMPXPbvCmdOpenMusicSettings,
       
    54     EMPXPbvCmdGotoMusicMenu,
       
    55     EMPXPbvCmdSave,
       
    56     EMPXPbvCmdAddToPlaylist,
       
    57     EMPXPbvCmdAddToSavedPlaylist,
       
    58     EMPXPbvCmdAddToNewPlaylist,
       
    59     EMPXPbvCmdPauseDownload,
       
    60     EMPXPbvCmdResumeDownload,
       
    61     EMPXPbvCmdCancelDownload,
       
    62     EMPXPbvCmdUpnpPlayVia,
       
    63     EMPXPbvCmdUpnpPlayViaLocal,
       
    64     EMPXPbvCmdUpnpPlayViaRemotePlayer // Should always be the last one in the list
       
    65     };
       
    66 
       
    67 #endif  // MPXCOMMONPLAYBACKVIEW_HRH
       
    68 
       
    69 // End of File