photosgallery/viewframework/views/viewbase/inc/glxgfxtranseffect.h
branchRCL_3
changeset 13 bcb43dc84c44
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
       
     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:    Transition Effects Header
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef GLXGFXTRANSEFFECT_H_
       
    19 #define GLXGFXTRANSEFFECT_H_
       
    20 
       
    21 #include<glxgallery.hrh>
       
    22 
       
    23 //Photos uid
       
    24 const TUid KPhotosUid = TUid::Uid(KGlxGalleryApplicationUid);
       
    25 
       
    26 //Transition id for view activation for grid, list and cloud views
       
    27 const TUint KActivateTransitionId (1000);
       
    28 
       
    29 //Transition id for view De-activation for grid, list and cloud views
       
    30 const TUint KDeActivateTransitionId (1001);
       
    31 
       
    32 //Transition id for view De-activation for fullscreen view
       
    33 const TUint KFSDeActivateTransitionId (1003);
       
    34 
       
    35 #endif /* GLXGFXTRANSEFFECT_H_ */