Update contrib.
1 // Copyright (c) 2006-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
23 #if !defined(__TFONTSELECT_H__)
24 #define __TFONTSELECT_H__
26 #include <test/testexecutestepbase.h>
27 #include "TGraphicsHarness.h"
30 class CTFontSelect : public CTGraphicsBase
33 CTFontSelect(CTestStep* aStep);
38 virtual void RunTestCaseL(TInt aCurTestCase);
40 void DoFontSelectTestsL();
46 CFbsScreenDevice* iDevice;
49 class CTFontSelectStep : public CTGraphicsStep
55 virtual CTGraphicsBase* CreateTestL();
56 virtual void TestSetupL();
57 virtual void TestClose();
60 _LIT(KTFontSelectStep,"TFontSelect");
62 #endif // __TFONTSELECT_H__