photosgallery/viewframework/views/zoomview/inc/glxzoomview.hrh
changeset 0 4e91876724a2
child 30 a60acebbbd9d
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:    Enums for Zoom COntrol
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef GLXZOOMVIEW_HRH_
       
    19 #define GLXZOOMVIEW_HRH_
       
    20 
       
    21 enum TZoomMode
       
    22     {
       
    23     EZoomOut,
       
    24     EZoomIn
       
    25     };
       
    26 
       
    27 enum TAnimationMode
       
    28     {
       
    29     EAnimationModeZoomOut,
       
    30     EAnimationModeZoomIn,
       
    31     EAnimationModePan
       
    32     };
       
    33 
       
    34 enum TGlxPanIncrementType
       
    35     {
       
    36     EGlxPanIncrementUniform,
       
    37     EGlxPanIncrementExponential,
       
    38     EGlxPanIncrementInertic
       
    39     };
       
    40 
       
    41 enum TUiState
       
    42     {
       
    43     EUiOn,
       
    44     EUiOff
       
    45     };
       
    46 
       
    47 #endif /* GLXZOOMVIEW_HRH_ */