photosgallery/inc/glxcontrolgroupid.hrh
changeset 0 4e91876724a2
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:    Control Group ids
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __GLXCONTROLGROUPID_HRH__
       
    22 #define __GLXCONTROLGROUPID_HRH__
       
    23 
       
    24 // CONSTANTS
       
    25 
       
    26 enum TGlxControlGroupId
       
    27 	{
       
    28 	//List View
       
    29 	EGlxMainListControlId = 0x111,
       
    30 	EGlxMonthsListControlId,
       
    31 	EGlxAlbumListControlID,
       
    32 	EGlxAlbumGridControlID,
       
    33 	EGlxTagsGridControlID,
       
    34 	EGlxMonthsGridControlID,
       
    35 	EGlxDownloadsGridControlID,
       
    36 	EGlxCapturedGridControlID,
       
    37 	EGlxMainGridControlID,
       
    38 	EGlxAlbumFullScreenControlID,
       
    39 	EGlxTagsFullScreenControlID,
       
    40 	EGlxMonthsFullScreenControlID,
       
    41 	EGlxDownloadsFullScreenControlID,
       
    42 	EGlxCapturedFullScreenControlID,
       
    43 	EGlxMainFullScreenControlID
       
    44 	};
       
    45 	
       
    46 	
       
    47 	
       
    48 	
       
    49 
       
    50 #endif  // __GLXCONTROLGROUPID_HRH__