ui/inc/glxdocloaderdefs.h
branchRCL_3
changeset 59 8e5f6eea9c9f
equal deleted inserted replaced
57:ea65f74e6de4 59:8e5f6eea9c9f
       
     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_FILMSTRIP   "mImageStrip"
       
    27 #define GLXFULLSCREEN_TOOLBAR     "toolBar"
       
    28 #define GLXFULLSCREENLSSECTION    "landscape"
       
    29 #define GLXFULLSCREENPTSECTION    "portrait"
       
    30 #define GLXFULLSCREENZOOMWIDGET   "glxZoomWidget"
       
    31 #define GLXFULLSCREENDOCMLPATH    ":/data/fullscreen.docml"
       
    32 
       
    33 
       
    34 //SLIDE SHOW
       
    35 #define GLXSLIDESHOW_VIEW         "mglxslideshow"
       
    36 #define GLXSLIDESHOW_WIDGET       "mslideshowwidget"
       
    37 #define GLXSLIDESHOW_PATH         ":/data/slideshow.docml"
       
    38 #define GLXSLIDESHOW_PB           "mContinueButton"
       
    39 
       
    40 //GRID VIEW
       
    41 #define  GLX_GRIDVIEW_VIEW        "glxgridview"
       
    42 #define  GLX_GRIDVIEW_GRID        "hbgridview"
       
    43 #define  GLX_GRIDVIEW_DOCMLPATH   ":/data/grid.docml"
       
    44 #define  GLX_GRIDVIEW_LSSECTION   "landscape"
       
    45 #define  GLX_GRIDVIEW_PTSECTION   "portrait"
       
    46 
       
    47 //LIST VIEW
       
    48 #define  GLX_LISTVIEW_VIEW       "glxlistview"
       
    49 #define  GLX_LISTVIEW_LIST       "listview"
       
    50 #define  GLX_LISTVIEW_DOCMLPATH  ":/data/listview.docml"
       
    51 
       
    52 //DETAILS VIEW
       
    53 #define GLX_DETAILSVIEW_DOCMLPATH  ":/data/detailsview.docml"
       
    54 #define GLX_DETAILSVIEW_VIEW       "view"
       
    55 #define GLX_DETAILSVIEW_IMAGE      "ImageIcon"
       
    56 #define GLX_DETAILSVIEW_FAVICON    "FavIcon"    
       
    57 #define GLX_DETAILSVIEW_IMGNAME    "ImageName"
       
    58 #define GLX_DETAILSVIEW_DATETEXT   "DateText"
       
    59 #define GLX_DETAILSVIEW_SIZETEXT   "SizeText"
       
    60 #define GLX_DETAILSVIEW_TIMETEXT   "TimeText"
       
    61 #define GLX_DETAILSVIEW_DESCRPTION "Descriptions"
       
    62 #define GLX_DETAILSVIEW_DESCRPTIONTEXT "DescriptionsText"
       
    63 #define  GLX_DETAILSVIEW_LSSECTION   "landscape"
       
    64 #define  GLX_DETAILSVIEW_PTSECTION   "portrait"
       
    65 
       
    66 
       
    67 #endif /* GLXDOCLOADERDEFS_H */