sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Interface for Render Stage Display Mapping sl@0: // sl@0: // sl@0: /** sl@0: @file sl@0: @publishedpartner sl@0: @released sl@0: */ sl@0: sl@0: #ifndef WSDISPLAYMAPPING_H_ sl@0: #define WSDISPLAYMAPPING_H_ sl@0: sl@0: #include sl@0: sl@0: class MWsDisplayMapping: public MWsObjectProvider,public MDisplayMappingBase sl@0: { sl@0: public: sl@0: enum sl@0: { sl@0: KUidWsDisplayMapping = 0x1028656C, sl@0: ETypeId= KUidWsDisplayMapping, sl@0: EWsObjectInterfaceId= KUidWsDisplayMapping sl@0: }; sl@0: enum TOffsetFlags sl@0: { sl@0: KOffsetAll= 0xffffffff, sl@0: KOffGc= 0x00000001, sl@0: KOffMap= 0x00000002, sl@0: KOffElement=0x00000004, sl@0: }; sl@0: public: sl@0: virtual void SetSizeModeExtent(TRect& aExtent, TBitFlags32 aContext)=0; sl@0: }; sl@0: sl@0: #endif /*WSDISPLAYMAPPING_H_*/