symhelp/helpmodel/inc/hlpmodel_internal.h
author hgs
Tue, 19 Oct 2010 16:27:19 +0800
changeset 53 01c62bde3a2a
parent 0 1f04cf54edd8
permissions -rw-r--r--
201041

/*
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/

#ifndef __HLPMODEL_INTERNAL_H
#define __HLPMODEL_INTERNAL_H

/**
@internalComponent
@released
*/
const TInt KHlpModelDefaultNumberOfImagesForV6Point2Files = 1;
/**
@internalComponent
@released
*/
const TInt KHlpModelMaximumNumberOfImagesForV6Point2Files = 3;
//
/** Default zoom factor for small zoom size. 
@internalComponent
@released
*/
const TInt KHlpModelZoomFactorSmall = 750;
/** Default zoom factor for medium zoom size. 
@internalComponent
@released
*/
const TInt KHlpModelZoomFactorMedium = 1000;
/** Default zoom factor for large zoom size. 
@internalComponent
@released
*/
const TInt KHlpModelZoomFactorLarge = 1250;

/** Default zoom factor for medium zoom size as real number. 
@internalComponent
@released
*/
const TReal KHlpModelDefaultZoomFactorAsRealNumber = 1000.0;



#endif //__HLPMODEL_INTERNAL_H