ui/inc/glxuistd.h
branchGCC_SURGE
changeset 51 525c140ec8db
parent 49 f291796e213d
child 58 383b67fbdb11
equal deleted inserted replaced
38:c9962d0368d9 51:525c140ec8db
    39 	GlxContextLsFs,
    39 	GlxContextLsFs,
    40 	GlxContextPtFs,  //TB context check would be applied here . Please do not add any context between GlxContextLsFs and GlxContextPtFs
    40 	GlxContextPtFs,  //TB context check would be applied here . Please do not add any context between GlxContextLsFs and GlxContextPtFs
    41 	GlxContextLsList,
    41 	GlxContextLsList,
    42 	GlxContextPtList,
    42 	GlxContextPtList,
    43     GlxContextSelectionList,
    43     GlxContextSelectionList,
    44     GlxContextFavorite
    44     GlxContextFavorite,
       
    45     GlxContextComment   //to fetch the description
    45 };
    46 };
    46 
    47 
    47 enum GlxTBContextType
    48 enum GlxTBContextType
    48 {
    49 {
    49 	GlxTBContextGrid,
    50 	GlxTBContextGrid,
    54 };
    55 };
    55 
    56 
    56 typedef enum
    57 typedef enum
    57 {
    58 {
    58     NO_EFFECT,
    59     NO_EFFECT,
    59     WAVE_EFFECT,
    60     FLIP_EFFECT,
    60     SMOOTH_FADE,
    61     SMOOTH_FADE,
    61     ZOOM_TO_FACE,
    62     ZOOM_TO_FACE,
       
    63     HELIX_EFFECT,
    62     TRANSITION_EFFECT,
    64     TRANSITION_EFFECT,
    63     FADE_EFFECT,
    65     FADE_EFFECT,
    64     GRID_TO_FULLSCREEN,
    66     GRID_TO_FULLSCREEN,
    65     FULLSCREEN_TO_GRID,
    67     FULLSCREEN_TO_GRID,
    66     FULLSCREEN_TO_DETAIL,
    68     FULLSCREEN_TO_DETAIL,
   125 const TInt KGlxFetchContextPriorityTitleFetcher = 10;
   127 const TInt KGlxFetchContextPriorityTitleFetcher = 10;
   126 
   128 
   127 // video playback view UID
   129 // video playback view UID
   128 const TInt KGlxVideoPlaybackviewPlugin = 0x2000A7B3;
   130 const TInt KGlxVideoPlaybackviewPlugin = 0x2000A7B3;
   129 
   131 
       
   132 //Constants for ci_photos.confml
       
   133 const TUint32 KGlxCi_UidGallery = 0x20007193;
       
   134 const TInt KGlxOperatorLink  = 0x1;
       
   135 const TInt KGlxOvi  = 0x2;
   130 
   136 
   131 #endif  // GLXUISTD_H
   137 #endif  // GLXUISTD_H