First public contribution.
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
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.
23 #include <test/ttmsgraphicsstep.h>
25 // This test is based on code from the TTAGMA test in form
27 #ifndef __T_GLYPHTREEDEL_H__
28 #define __T_GLYPHTREEDEL_H__
30 #include "TGraphicsHarness.h"
32 class CTGlyphTreeDel : public CBase
35 static CTGlyphTreeDel* NewL(CTestStep* aStep);
38 void TestGlyphTreeDeleteL();
41 CTGlyphTreeDel(CTestStep* aStep);
43 TInt CreateScreenDevice();
49 CFbsScreenDevice* iDev;
54 class CTGlyphTreeDelStep : public CTTMSGraphicsStep
59 TVerdict doTestStepL();
62 _LIT(KTGlyphTreeDelStep,"TGlyphTreeDel");