Update contrib.
1 // Copyright (c) 2008-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Interface for Render Stage Display Mapping
23 #ifndef WSDISPLAYMAPPING_H_
24 #define WSDISPLAYMAPPING_H_
26 #include <graphics/displaymapping.h>
28 class MWsDisplayMapping: public MWsObjectProvider,public MDisplayMappingBase
33 KUidWsDisplayMapping = 0x1028656C,
34 ETypeId= KUidWsDisplayMapping,
35 EWsObjectInterfaceId= KUidWsDisplayMapping
39 KOffsetAll= 0xffffffff,
42 KOffElement=0x00000004,
45 virtual void SetSizeModeExtent(TRect& aExtent, TBitFlags32 aContext)=0;
48 #endif /*WSDISPLAYMAPPING_H_*/