mpxplugins/viewplugins/views/metadataeditordialog/inc/mpxmetadataeditordialog.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 mpxmetadataeditordialog
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPXMETADATAEDITORDIALOG_HRH
       
    21 #define MPXMETADATAEDITORDIALOG_HRH
       
    22 
       
    23 #define KMPXSongDetailsTextWidth            20
       
    24 #define KMPXSongDetailsTextLines            20
       
    25 #define KMPXSongDetailsTextMaxLen           255
       
    26 
       
    27 #define KMPXSongDetailsTrackNumMin          0
       
    28 #define KMPXSongDetailsTrackNumMax          999
       
    29 #define KMPXSongDetailsYearMin              0
       
    30 #define KMPXSongDetailsYearMax              9999
       
    31 
       
    32 
       
    33 // ENUMS
       
    34 enum TMPXMetadataEditorDlgCommandIds
       
    35     {
       
    36     EMPXCmdSongDetailsChange = 0x5000,
       
    37     EMPXCmdSongDetails
       
    38     };    
       
    39     
       
    40 enum TMPXMetadataEditorDlgCtrlIds
       
    41     {
       
    42     EMPXMetadataEditorDlgCtrlIdSongName = 0x6000,
       
    43     EMPXMetadataEditorDlgCtrlIdArtist,
       
    44     EMPXMetadataEditorDlgCtrlIdAlbum,
       
    45     EMPXMetadataEditorDlgCtrlIdTrackNumber,
       
    46     EMPXMetadataEditorDlgCtrlIdYear,
       
    47     EMPXMetadataEditorDlgCtrlIdComposer,
       
    48     EMPXMetadataEditorDlgCtrlIdComment,
       
    49     EMPXMetadataEditorDlgCtrlIdLibrary,
       
    50     EMPXMetadataEditorDlgCtrlIdGenre      // Genre has to be the last item in this enum (for popup field items)
       
    51     };
       
    52 
       
    53 enum TMPXMetadataEditorDlgCurrentLibrary
       
    54     {
       
    55     EMPXMetadataEditorDlgCollection,
       
    56     EMPXMetadataEditorDlgPodcast
       
    57     };    
       
    58 
       
    59 #endif  // MPXMETADATAEDITORDIALOG_HRH
       
    60 
       
    61 // End of File