Update contrib.
1 // Copyright (c) 2007-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 @internalComponent - Internal Symbian test code
22 #ifndef __TFADINGBITMAP_H__
23 #define __TFADINGBITMAP_H__
27 #include "../tlib/testbase.h"
29 #include "TGraphicsHarness.h"
32 //===================================================
33 // CBaseWin Definition
34 // The plain green background window
35 //===================================================
37 class CBaseWin : public CTWin
43 void ConstructWinL(TPoint, TSize, TBool);
46 CFbsBitmap *iTempBitmap;
47 CFbsBitmap *iMaskGray256;
48 CFbsBitmap *iMaskGray2;
49 CFbsBitmap *iTempMask;
59 //===================================================
60 // CTFadingBitmap Definition
61 // Bitmaps to be tested
62 //===================================================
64 class CTFadingBitmap : public CTWsGraphicsBase
67 CTFadingBitmap(CTestStep* aStep);
69 /*Sets the windowing environment,*/
73 //from CTGraphicsStep - Calls the fading bitmap test.
74 virtual void RunTestCaseL(TInt aCurTestCase);
83 class CTFadingBitmapStep : public CTGraphicsStep
89 virtual CTGraphicsBase* CreateTestL();
92 _LIT(KTFadingBitmapStep,"TFadingBitmap");