ui/inc/glxdocloaderdefs.h
changeset 23 74c9f037fd5d
child 24 99ad1390cd33
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description:   ?Description
       
    15  *
       
    16  */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef GLXDOCLOADERDEFS_H
       
    21 #define GLXDOCLOADERDEFS_H
       
    22 
       
    23 //FULLSCREEN VIEW
       
    24 #define GLXFULLSCREEN_VIEW     	  "mGlxFullscreenView"
       
    25 #define GLXFULLSCREEN_COVERFLOW	  "mCoverFlow"
       
    26 #define GLXFULLSCREEN_FLIP        "mFlip"
       
    27 #define GLXFULLSCREEN_FILMSTRIP   "mImageStrip"
       
    28 #define GLXFULLSCREENLSSECTION    "landscape"
       
    29 #define GLXFULLSCREENPTSECTION    "portrait"
       
    30 #define GLXFULLSCREENDOCMLPATH    ":/data/fullscreen.docml"
       
    31 
       
    32 //SLIDE SHOW
       
    33 #define GLXSLIDESHOW_VIEW         "mglxslideshow"
       
    34 #define GLXSLIDESHOW_WIDGET       "mscrollArea"
       
    35 #define GLXSLIDESHOW_PATH         ":/data/slideshow.docml"
       
    36 #define GLXSLIDESHOW_PB           "mContinueButton"
       
    37 
       
    38 //GRID VIEW
       
    39 #define  GLX_GRIDVIEW_VIEW        "glxgridview"
       
    40 #define  GLX_GRIDVIEW_GRID        "hbgridview"
       
    41 #define  GLX_GRIDVIEW_DOCMLPATH   ":/data/grid.docml"
       
    42 #define  GLX_GRIDVIEW_LSSECTION   "landscape"
       
    43 #define  GLX_GRIDVIEW_PTSECTION   "portrait"
       
    44 
       
    45 //LIST VIEW
       
    46 #define  GLX_LISTVIEW_VIEW       "glxlistview"
       
    47 #define  GLX_LISTVIEW_LIST       "listview"
       
    48 #define  GLX_LISTVIEW_DOCMLPATH  ":/data/listview.docml"
       
    49 
       
    50 #endif /* GLXDOCLOADERDEFS_H */