ui/inc/glxdocloaderdefs.h
changeset 23 74c9f037fd5d
child 24 99ad1390cd33
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ui/inc/glxdocloaderdefs.h	Fri Mar 19 09:28:59 2010 +0200
@@ -0,0 +1,50 @@
+/*
+ * Copyright (c) 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:   ?Description
+ *
+ */
+
+
+
+#ifndef GLXDOCLOADERDEFS_H
+#define GLXDOCLOADERDEFS_H
+
+//FULLSCREEN VIEW
+#define GLXFULLSCREEN_VIEW     	  "mGlxFullscreenView"
+#define GLXFULLSCREEN_COVERFLOW	  "mCoverFlow"
+#define GLXFULLSCREEN_FLIP        "mFlip"
+#define GLXFULLSCREEN_FILMSTRIP   "mImageStrip"
+#define GLXFULLSCREENLSSECTION    "landscape"
+#define GLXFULLSCREENPTSECTION    "portrait"
+#define GLXFULLSCREENDOCMLPATH    ":/data/fullscreen.docml"
+
+//SLIDE SHOW
+#define GLXSLIDESHOW_VIEW         "mglxslideshow"
+#define GLXSLIDESHOW_WIDGET       "mscrollArea"
+#define GLXSLIDESHOW_PATH         ":/data/slideshow.docml"
+#define GLXSLIDESHOW_PB           "mContinueButton"
+
+//GRID VIEW
+#define  GLX_GRIDVIEW_VIEW        "glxgridview"
+#define  GLX_GRIDVIEW_GRID        "hbgridview"
+#define  GLX_GRIDVIEW_DOCMLPATH   ":/data/grid.docml"
+#define  GLX_GRIDVIEW_LSSECTION   "landscape"
+#define  GLX_GRIDVIEW_PTSECTION   "portrait"
+
+//LIST VIEW
+#define  GLX_LISTVIEW_VIEW       "glxlistview"
+#define  GLX_LISTVIEW_LIST       "listview"
+#define  GLX_LISTVIEW_DOCMLPATH  ":/data/listview.docml"
+
+#endif /* GLXDOCLOADERDEFS_H */