symhelp/helpmodel/inc/hlpmodel_internal.h
changeset 0 1f04cf54edd8
equal deleted inserted replaced
-1:000000000000 0:1f04cf54edd8
       
     1 /*
       
     2 * Copyright (c) 2005-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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __HLPMODEL_INTERNAL_H
       
    19 #define __HLPMODEL_INTERNAL_H
       
    20 
       
    21 /**
       
    22 @internalComponent
       
    23 @released
       
    24 */
       
    25 const TInt KHlpModelDefaultNumberOfImagesForV6Point2Files = 1;
       
    26 /**
       
    27 @internalComponent
       
    28 @released
       
    29 */
       
    30 const TInt KHlpModelMaximumNumberOfImagesForV6Point2Files = 3;
       
    31 //
       
    32 /** Default zoom factor for small zoom size. 
       
    33 @internalComponent
       
    34 @released
       
    35 */
       
    36 const TInt KHlpModelZoomFactorSmall = 750;
       
    37 /** Default zoom factor for medium zoom size. 
       
    38 @internalComponent
       
    39 @released
       
    40 */
       
    41 const TInt KHlpModelZoomFactorMedium = 1000;
       
    42 /** Default zoom factor for large zoom size. 
       
    43 @internalComponent
       
    44 @released
       
    45 */
       
    46 const TInt KHlpModelZoomFactorLarge = 1250;
       
    47 
       
    48 /** Default zoom factor for medium zoom size as real number. 
       
    49 @internalComponent
       
    50 @released
       
    51 */
       
    52 const TReal KHlpModelDefaultZoomFactorAsRealNumber = 1000.0;
       
    53 
       
    54 
       
    55 
       
    56 #endif //__HLPMODEL_INTERNAL_H