photosgallery/viewframework/dataprovider/inc/glxdetailsboundcommand.hrh
branchRCL_3
changeset 60 5b3385a43d68
child 75 01504893d9cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/photosgallery/viewframework/dataprovider/inc/glxdetailsboundcommand.hrh	Wed Sep 01 12:33:26 2010 +0100
@@ -0,0 +1,70 @@
+/*
+* 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_