mpxplugins/viewplugins/views/collectionview/inc/mpxcollectionview.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 mpxcollectionview
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPXCOLLECTIONVIEW_HRH
       
    21 #define MPXCOLLECTIONVIEW_HRH
       
    22 
       
    23 // ENUMS
       
    24 
       
    25 // Collection view ID
       
    26 enum TMPXCollectionViewIds
       
    27     {
       
    28     KMPXCollectionViewId = 20001
       
    29     };
       
    30     
       
    31 // command ID's
       
    32 enum TMPXCollectionCommandIds
       
    33     {
       
    34     EMPXCmdSongDetails = 0x0010,
       
    35     EMPXCmdAlbumArt,
       
    36     EMPXCmdSend,
       
    37     EMPXCmdDelete,
       
    38     EMPXCmdSetAsRingtone,
       
    39     EMPXCmdCreatePlaylist,
       
    40     EMPXCmdAddToPlaylist,
       
    41     EMPXCmdAddToNewPlaylist,
       
    42     EMPXCmdAddToSavedPlaylist,
       
    43     EMPXCmdFindInMusicShop,
       
    44     EMPXCmdRename,
       
    45     EMPXCmdPlaylistDetails,
       
    46     EMPXCmdReorder,
       
    47     EMPXCmdAddSongs,
       
    48     EMPXCmdRemove,
       
    49     EMPXCmdGoToMusicShop,
       
    50     EMPXCmdGoToMultipleMusicShop,
       
    51     EMPXCmdGoToNokiaMusicShop,
       
    52     EMPXCmdGoToOperatorMusicShop,
       
    53     EMPXCmdMusicLibraryDetails,
       
    54     EMPXCmdSavePlaylist,
       
    55     EMPXCmdReorderGrab,
       
    56     EMPXCmdReorderDrop,
       
    57     EMPXCmdReorderDone,
       
    58     EMPXCmdReorderCancel,
       
    59     EMPXCmdUpArrow,
       
    60     EMPXCmdDownArrow,
       
    61     EMPXCmdUpArrowAfterListboxHandled,
       
    62     EMPXCmdDownArrowAfterListboxHandled,
       
    63     EMPXCmdFind,
       
    64     EMPXCmdFindCancel,
       
    65     EMPXCmdUPnPAiwCmdCopyToExternalCriteria,    
       
    66     EMPXCmdUpnpPlayVia,
       
    67     EMPXCmdUpnpPlayViaLocal,
       
    68     EMPXCmdUpnpPlayViaRemotePlayer,  // 0x101D
       
    69     // Should always be the last one in the list.  Sets the end of the Upnpplayer commands.
       
    70     // Allows for dynamic upnp player commands.  Currently set to allow up to 28 more
       
    71     // dynamic players.  If more are needed then this number needs to be adjusted.
       
    72     EMPXCmdUpnpLastCommandId = 0x0055,
       
    73     EMPXCmdAiwCmdAssign,
       
    74     EMPXCmdUseAsCascade
       
    75 #ifdef __ENABLE_PODCAST_IN_MUSIC_MENU                
       
    76     ,EMPXCmdRefreshLibrary
       
    77 #endif
       
    78     };
       
    79 
       
    80 // current MediaL operation
       
    81 enum TMPXCollectionViewCurrentMediaLOp
       
    82     {
       
    83     EMPXOpMediaLIdle,
       
    84     EMPXOpMediaLCopyToRemote,
       
    85     EMPXOpMediaLGetContainerInfo,
       
    86     EMPXOpMediaLSend,
       
    87     EMPXOpMediaLCollectionDetails,
       
    88     EMPXOpMediaLPlaylistDetails,
       
    89     EMPXOpMediaLRenamePlaylist,
       
    90     EMPXOpMediaLSongDetailsFileCheck,
       
    91     EMPXOpMediaLAlbumArtFileCheck,
       
    92     EMPXOpMediaLNewPlaylistCollectionSongCount,
       
    93     EMPXOpMediaLFindInMusicShopSongDetails,
       
    94     EMPXOpMediaLFindInMusicShopMediaLCompleted
       
    95     };
       
    96 
       
    97 // current FindAllL operation    
       
    98 enum TMPXCollectionViewCurrentFindAllLOp
       
    99     {
       
   100     EMPXOpFindAllLIdle,
       
   101     EMPXOpFindAllLUpnp,
       
   102     EMPXOpFindAllLGetPlaylists,
       
   103     EMPXOpFindAllLRenameArtist,
       
   104     EMPXOpFindAllLRenameAlbum,
       
   105     EMPXOpFindAllLRenameGenre,
       
   106     EMPXOpFindAllLRenameComposer,
       
   107     EMPXOpFindAllLAlbumArtistAddToNewPlaylist,
       
   108     EMPXOpFindAllLAlbumArtistAddToSavedPlaylist,
       
   109     EMPXOpFindAllLPlaylistTracksCount,
       
   110     EMPXOpFindAllLUpnpPlayback
       
   111     };    
       
   112 
       
   113 // current playlist related operation    
       
   114 enum TMPXCollectionViewCurrentPlaylistOp
       
   115     {
       
   116     EMPXOpPLIdle,
       
   117     EMPXOpPLCreating,
       
   118     EMPXOpPlOpening
       
   119     };
       
   120 
       
   121 // headings in file detail dialog
       
   122 enum TMPXCollectionDetailsHeading
       
   123     {
       
   124     EMPXCollectionDetailsSongs,
       
   125     EMPXCollectionDetailsDuration,
       
   126     EMPXCollectionDetailsPhoneMemory,
       
   127     EMPXCollectionDetailsMemoryCard,
       
   128     EMPXCollectionDetailsRefreshed,
       
   129     EMPXCollectionDetailsCount
       
   130     };
       
   131 
       
   132 // headings in playlist detail dialog    
       
   133 enum TMPXPlaylistDetailsHeading
       
   134     {
       
   135     EMPXPlaylistDetailsName,
       
   136     EMPXPlaylistDetailsSongs,
       
   137     EMPXPlaylistDetailsDuration,
       
   138     EMPXPlaylistDetailsUri,
       
   139     EMPXPlaylistDetailsDate,
       
   140     EMPXPlaylistDetailsTime,
       
   141     EMPXPlaylistDetailsCount
       
   142     };
       
   143 
       
   144 #endif  // MPXCOLLECTIONVIEW_HRH
       
   145 
       
   146 // End of File