symhelp/helpmodel/inc/HlpImageProvider.h
changeset 0 1f04cf54edd8
equal deleted inserted replaced
-1:000000000000 0:1f04cf54edd8
       
     1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __HLPIMAGEPROVIDER_H__
       
    17 #define __HLPIMAGEPROVIDER_H__
       
    18 
       
    19 // System includes
       
    20 #include <e32std.h>
       
    21 
       
    22 // User includes
       
    23 #include "hlpzoom.h"
       
    24 
       
    25 // Classes referenced
       
    26 class CFbsBitmap;
       
    27 
       
    28 
       
    29 //
       
    30 // ----> MHlpImageProvider (header)
       
    31 //
       
    32 class MHlpImageProvider
       
    33 	{
       
    34 public: // From MHlpImageProvider
       
    35 	virtual CFbsBitmap* ImageForIdLC(TInt aImageId, MHlpZoomStateManager::THlpZoomState aZoomState) = 0;
       
    36 	};
       
    37 
       
    38 
       
    39 #endif