photosgallery/viewframework/dataprovider/inc/glxdetailsboundcommand.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 09:55:03 +0300
branchRCL_3
changeset 24 ea65f74e6de4
parent 15 191387a8b767
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:    Command Id's
*
*/




#ifndef _GLXBINDING_HRH_
#define _GLXBINDING_HRH_


enum TProviderMenuCommandIds
    {
    KGlxEditBoundMenuCommandId = 300000, // need a big number to avoid clash
    KGlxDeleteBoundMenuCommandId,
    KGlxViewBoundMenuCommandId,
    KGlxShowOnMapMenuCommandId,
    KGlxHelpBoundMenuCommandId,
    KGlxNullBoundMenuCommandId
    };

#define EMetaControlIdSettingList   KAknCtLastControlId + 1
#define EMetaDataDialogListBox      KAknCtLastControlId + 2 

enum TDetailsFields
	{
	ENameItem,
	EDescriptionItem,
	EAlbumsItem,
	ETagsItem,
	EDateAndTimeItem,
	ELocationItem,
	ESizeItem,
	EResolutionItem,
	ElicenseItem,
	EDurationItem
	};

enum TImageVwrDetailsFields
	{
	EImgVwrNameItem,
	EImgVwrMimeTypeItem,
	EImgVwrDateAndTimeItem,
	EImgVwrSizeItem,
	EImgVwrResolutionItem,
	EImgVwrlicenseItem	
	};

#define EShwCmdSettingsChange   0x6000
#define EShwCmdHelp             0x6001  
#define EShwCmdExit             0x6002
#define KMaxTransDelay 15
#define KMinTransDelay  2
#define KTransDelayStep 1

    
#endif // _GLXBINDING_HRH_