Update contrib.
1 // Copyright (c) 1996-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 __TSCRDEVRESSWITCH_H__
23 #define __TSCRDEVRESSWITCH_H__
27 #include "../tlib/testbase.h"
29 #include "TGraphicsHarness.h"
31 class CTScreenDeviceResSwitch : public CTWsGraphicsBase
34 CTScreenDeviceResSwitch(CTestStep* aStep);
35 ~CTScreenDeviceResSwitch();
37 void DeviceResSwitchL();
38 void DeviceResSwitchWithRotationsL();
40 virtual void RunTestCaseL(TInt aCurTestCase);
42 TInt NumDisplayModeColors(TDisplayMode aDispMode);
43 void CalculateDisplayPropertiesL();
44 TInt IsTransparencySupportedL();
46 TDisplayMode iMaxDisplayMode;
47 TInt iMaxDisplayModeColors;
50 class CTScreenDeviceResSwitchStep : public CTGraphicsStep
53 CTScreenDeviceResSwitchStep();
56 virtual CTGraphicsBase* CreateTestL();
59 _LIT(KTScreenDeviceResSwitchStep,"TScreenDeviceResSwitch");