uifw/AvKon/inc/AknNaviConstants.h
changeset 0 2f259fa3e83a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uifw/AvKon/inc/AknNaviConstants.h	Tue Feb 02 01:00:49 2010 +0200
@@ -0,0 +1,49 @@
+/*
+* Copyright (c) 2003 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: 
+*	  The file contains some navipane avkon constants (for internal use).
+*
+*
+*/
+
+
+#ifndef AKNNAVICONSTANTS_H
+#define AKNNAVICONSTANTS_H
+
+const TInt KNaviDrawWithSolidColor = -1;
+const TInt KNaviWipeBitmaps[]=
+    {
+    EMbmAvkonQgn_graf_navi_wipe_blue,
+    EMbmAvkonQgn_graf_navi_wipe_green,
+    EMbmAvkonQgn_graf_navi_wipe_purple,
+    KNaviDrawWithSolidColor,
+    KNaviDrawWithSolidColor,
+    KNaviDrawWithSolidColor,
+    EMbmAvkonQgn_graf_navi_wipe_grey,
+    EMbmAvkonQgn_graf_navi_wipe_1,
+    EMbmAvkonQgn_graf_navi_wipe_2,
+    EMbmAvkonQgn_graf_navi_wipe_3,
+    EMbmAvkonQgn_graf_navi_wipe_4,
+    EMbmAvkonQgn_graf_navi_wipe_5,
+    EMbmAvkonQgn_graf_navi_wipe_6,
+    EMbmAvkonQgn_graf_navi_wipe_7,
+    EMbmAvkonQgn_graf_navi_wipe_8,
+    EMbmAvkonQgn_graf_navi_wipe_9,
+    EMbmAvkonQgn_graf_navi_wipe_10,
+    EMbmAvkonQgn_graf_navi_wipe_11,
+    EMbmAvkonQgn_graf_navi_wipe_12,
+    EMbmAvkonQgn_graf_navi_wipe_13
+    };
+
+#endif // AKNNAVICONSTANTS_H