ui/inc/glxdocloaderdefs.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 12:51:42 +0300
changeset 33 1ee2af37811f
parent 29 2c833fc9e98f
child 44 aa2fa096cbfb
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
 * 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_FILMSTRIP   "mImageStrip"
#define GLXFULLSCREEN_TOOLBAR     "toolBar"
#define GLXFULLSCREENLSSECTION    "landscape"
#define GLXFULLSCREENPTSECTION    "portrait"
#define GLXFULLSCREENZOOMWIDGET   "glxZoomWidget"
#define GLXFULLSCREENDOCMLPATH    ":/data/fullscreen.docml"

//SLIDE SHOW
#define GLXSLIDESHOW_VIEW         "mglxslideshow"
#define GLXSLIDESHOW_WIDGET       "mslideshowwidget"
#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 */