mpxplugins/viewplugins/views/inc/mpxcommoncontainer.hrh
changeset 0 ff3acec5bc43
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 mpxcommoncontainer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPXCOMMONCONTAINER_HRH
       
    21 #define MPXCOMMONCONTAINER_HRH
       
    22 
       
    23 // ENUMS    
       
    24 /** command ID's */    
       
    25 enum TMPXCommonCommandIds
       
    26     {
       
    27     // starts at 0x7000 to avoid conflict with other commands
       
    28     EMPXCmdCommonDelete = 0x7000,
       
    29     EMPXCmdCommonResourceChange,
       
    30     EMPXCmdCommonEnterKey,
       
    31     EMPXCmdCommonUpdateMiddleSoftKey
       
    32     };
       
    33 
       
    34 // Music collection icon ID's
       
    35 enum TMPXCollectionIconIds
       
    36     {
       
    37     EMPXClvIconMarked = 0,
       
    38     EMPXClvIconEmpty,       // 1
       
    39     EMPXClvIconSongs,       // 2
       
    40     EMPXClvIconArtist,      // 3
       
    41     EMPXClvIconAlbum,       // 4
       
    42     EMPXClvIconPlaylist,    // 5
       
    43     EMPXClvIconUserPlaylist,    // 6
       
    44     EMPXClvIconPlaylistAuto,    // 7
       
    45     EMPXClvIconGenre,       // 8
       
    46     EMPXClvIconComposer,    // 9
       
    47     EMPXClvIconFolder,      // 10
       
    48     EMPXClvIconAudio,       // 11
       
    49     EMPXClvIconCorruptTrack,    // 12
       
    50     EMPXClvIconBrokenTrack, // 13
       
    51     EMPXClvIconBrokenPlaylist,  // 14
       
    52     EMPXClvIconDrmExpired,  // 15
       
    53     EMPXClvIconUnknowFile,      // 16
       
    54     EMPXClvIconMMC,     // 17
       
    55     EMPXClvIconPlay,        // 18
       
    56     EMPXClvIconPause,       // 19
       
    57     EMPXClvIconForward,     // 20
       
    58     EMPXClvIconRewind,      // 21
       
    59     EMPXClvIconReorderDown, // 22
       
    60     EMPXClvIconReorderUp,   // 23
       
    61     EMPXClvIconReorderUpDown,   // 24
       
    62     EMPXClvIconPodcasts,    // 25
       
    63     EMPXClvIconShuffle,     // 26
       
    64     EMPXClvIconNone // this has to be the last item in enum
       
    65     };
       
    66     
       
    67 // Podcast collection icon ID's
       
    68 enum TMPXPodcastCollectionIconIds
       
    69     {
       
    70     EMPXPodClvIconMarked = 0,
       
    71     EMPXPodClvIconEmpty,       // 1
       
    72     EMPXPodClvIconAdded,       // 2
       
    73     EMPXPodClvIconAuto,        // 3
       
    74     EMPXPodClvIconCateg,       // 4
       
    75     EMPXPodClvIconCompplay,    // 5
       
    76     EMPXPodClvIconDate,        // 6
       
    77     EMPXPodClvIconEpisode,     // 7
       
    78     EMPXPodClvIconNew,         // 8
       
    79     EMPXPodClvIconNoplay,      // 9
       
    80     EMPXPodClvIconPartplay,    // 10
       
    81     EMPXPodClvIconTitle,       // 11
       
    82     EMPXPodClvIconFolder,      // 12
       
    83     EMPXPodClvIconUnknowFile,  // 13
       
    84     EMPXPodClvIconPlay,        // 14
       
    85     EMPXPodClvIconPause,       // 15
       
    86     EMPXPodClvIconForward,     // 16
       
    87     EMPXPodClvIconRewind,      // 17
       
    88     EMPXPodClvIconMMC,         // 18
       
    89     EMPXPodClvIconBroken,      // 19
       
    90     EMPXPodClvIconCorrupt,     // 20
       
    91     EMPXPodClvIconNone // this has to be the last item in enum
       
    92     };
       
    93     
       
    94 #endif  // MPXCOMMONCONTAINER_HRH
       
    95 
       
    96 // End of File