First public contribution.
2 // Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
4 // This component and the accompanying materials are made available
5 // under the terms of "Eclipse Public License v1.0"
6 // which accompanies this distribution, and is available
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
20 @internalComponent - Internal Symbian test code
28 #include "../tlib/testbase.h"
30 #include "TGraphicsHarness.h"
32 class CBaseWindow : public CTWin
36 void ConstructL(CTWinBase &parent);
38 void SetColor(const TRgb &aRgb);
43 class CTBlank : public CTWsGraphicsBase
46 CTBlank(CTestStep* aStep);
50 virtual void RunTestCaseL(TInt aCurTestCase);
54 void InvalidateTestWin(const TRect &aRect);
55 void CheckBlankWindows();
56 void SetColor(const TRgb &aRgb);
60 CBaseWindow *iBaseWin;
61 CTBlankWindow *iTestWin;
64 class CTBlankStep : public CTGraphicsStep
70 virtual CTGraphicsBase* CreateTestL();
73 _LIT(KTBlankStep,"TBlank");