Update contrib.
1 // Copyright (c) 1995-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.
19 #include "Graphics/WSPLUGIN.H"
27 class MWsGraphicDrawerEnvironment;
29 class CFader : public CWsPlugin, public MWsFader
32 enum { EImplUid = 0x2001B70D };
35 static CFader* CreateL();
37 void ConstructL(MWsGraphicDrawerEnvironment& aEnv,const TDesC8& aData);
38 const TDesC& PluginName() const;
40 public: // from MWsObjectProvider
41 TAny* ResolveObjectInterface(TUint aTypeId);
43 public: // from MWsFader
44 virtual void SetFadingParameters(const TDesC8& aData);
45 virtual void FadeArea(CFbsBitGc* aBitGc,const TRegion * aRegion);