Update contrib.
1 // Copyright (c) 1997-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.
16 #if !defined(__TPARAM_H__)
19 #include "TGraphicsHarness.h"
21 //Some dispalay modes are scaled in the test.
22 //Check the implementation of void CTParam::DoTestL(TDisplayMode aDispMode),
23 //SetScalingFactor() call.
25 class CTParam : public CTGraphicsBase
28 CTParam(CTestStep* aStep);
31 virtual void RunTestCaseL(TInt aCurTestCase);
33 void DoTestL(TDisplayMode aDispMode);
34 void DoAnotherTestL();
36 CFbsScreenDevice* iDevice;
41 class CTParamStep : public CTGraphicsStep
47 virtual CTGraphicsBase* CreateTestL();
48 virtual void TestSetupL();
49 virtual void TestClose();
52 _LIT(KTParamStep,"TParam");