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