photos_plat/gallery_utilities_api/inc/glxgallery.hrh
changeset 0 4e91876724a2
child 18 bcb43dc84c44
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-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:    Photos ids
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __GLXGALLERY_HRH__
       
    22 #define __GLXGALLERY_HRH__
       
    23 
       
    24 /// Gallery application UID
       
    25 #define KGlxGalleryApplicationUid           0x200009EE             
       
    26 
       
    27 /**
       
    28  * Activation commands
       
    29  * Supply either via TApaTask::SendMessage if Gallery is running, or
       
    30  * via CApaCommandLine::SetTailEndL, if Gallery not running
       
    31  */
       
    32 
       
    33 /// Show album list view
       
    34 #define KGlxActivationCmdShowAlbumList      0x200071AB        // message id for album
       
    35 
       
    36 /// Show Camera album full screen, focus last modified item
       
    37 #define KGlxActivationCmdShowLastModified   0x200071A9        // message id for last modified
       
    38 
       
    39 /// Run slide show
       
    40 #define KGlxActivationCmdRunSlideshow       0x200071AA        // message id for slideshow
       
    41 
       
    42 //  show last item (latest captured) in Camera album tile view
       
    43 #define KGlxActivationCameraAlbum           0x2000A7B8        // message id  for cameraalbum @CR 403-2372, 403-2371 Active Space   
       
    44 
       
    45 //  show Gallery and opens Main view 
       
    46 #define KGlxActivationPhotosMenu            0x2000A7B9        // message id  for photos menu @CR 403-2372, 403-2371 Active Space  
       
    47 /// Slideshow-specific additional parameters
       
    48 #define KGlxSlideShowForward 1             
       
    49 #define KGlxSlideShowBackward 2
       
    50 
       
    51 //Open Captured Grid View from Matrix Menu
       
    52 #define KGlxActivationCameraView          0x2000a767      // message id  for photos Captured View from Matrix Menu
       
    53 
       
    54 //Open Months List View from Matrix Menu
       
    55 #define KGlxActivationMonthsView          0x2000a769      // message id  for photos Months View from Matrix Menu
       
    56 
       
    57 //Open Albums List View from Matrix Menu
       
    58 #define KGlxActivationAlbumsView          0x20007197      // message id  for photos Albums View from Matrix Menu
       
    59 
       
    60 //Open Tags browser View from Matrix Menu
       
    61 #define KGlxActivationTagsView          0x200071AE      // message id  for photos Tags View from Matrix Menu
       
    62 
       
    63 //Open Downloads Grid View from Matrix Menu
       
    64 #define KGlxActivationDownloadView          0x2000a76b      // message id  for photos Download View from Matrix Menu
       
    65 
       
    66 //Open All Grid View from Matrix Menu
       
    67 #define KGlxActivationAllView          0x2000A7C1         // message id  for photos All View from Matrix Menu
       
    68 
       
    69 #endif // __GLXGALLERY_HRH__
       
    70