photosgallery/viewframework/dataprovider/inc/glxdetailsboundcommand.hrh
branchRCL_3
changeset 60 5b3385a43d68
child 75 01504893d9cb
equal deleted inserted replaced
59:8e5f6eea9c9f 60:5b3385a43d68
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:    Command Id's
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef _GLXBINDING_HRH_
       
    22 #define _GLXBINDING_HRH_
       
    23 
       
    24 
       
    25 enum TProviderMenuCommandIds
       
    26     {
       
    27     KGlxEditBoundMenuCommandId = 300000, // need a big number to avoid clash
       
    28     KGlxDeleteBoundMenuCommandId,
       
    29     KGlxViewBoundMenuCommandId,
       
    30     KGlxShowOnMapMenuCommandId,
       
    31     KGlxHelpBoundMenuCommandId,
       
    32     KGlxNullBoundMenuCommandId
       
    33     };
       
    34 
       
    35 #define EMetaControlIdSettingList   KAknCtLastControlId + 1
       
    36 #define EMetaDataDialogListBox      KAknCtLastControlId + 2 
       
    37 
       
    38 enum TDetailsFields
       
    39 	{
       
    40 	ENameItem,
       
    41 	EDescriptionItem,
       
    42 	EAlbumsItem,
       
    43 	ETagsItem,
       
    44 	EDateAndTimeItem,
       
    45 	ELocationItem,
       
    46 	ESizeItem,
       
    47 	EResolutionItem,
       
    48 	ElicenseItem,
       
    49 	EDurationItem
       
    50 	};
       
    51 
       
    52 enum TImageVwrDetailsFields
       
    53 	{
       
    54 	EImgVwrNameItem,
       
    55 	EImgVwrMimeTypeItem,
       
    56 	EImgVwrDateAndTimeItem,
       
    57 	EImgVwrSizeItem,
       
    58 	EImgVwrResolutionItem,
       
    59 	EImgVwrlicenseItem	
       
    60 	};
       
    61 
       
    62 #define EShwCmdSettingsChange   0x6000
       
    63 #define EShwCmdHelp             0x6001  
       
    64 #define EShwCmdExit             0x6002
       
    65 #define KMaxTransDelay 15
       
    66 #define KMinTransDelay  2
       
    67 #define KTransDelayStep 1
       
    68 
       
    69     
       
    70 #endif // _GLXBINDING_HRH_