graphicsdeviceinterface/bitgdi/tbit/TClipMain.h
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2003-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #if !defined(__TCLIPMAIN_H__)
       
    17 #define __TCLIPMAIN_H__
       
    18 
       
    19 #include "tgdi.h"
       
    20 #include <TestExecuteStepBase.h>
       
    21 #include "TGraphicsHarness.h"
       
    22 
       
    23 class TClipTest : public CTGraphicsBase
       
    24 	{
       
    25 public:
       
    26 	TClipTest(CTestStep* aStep);
       
    27 protected:
       
    28 //from 	CTGraphicsStep
       
    29 	virtual void RunTestCaseL(const TInt aCurTestCase);
       
    30 private:
       
    31 
       
    32 private:
       
    33 	};
       
    34 
       
    35 class CTClipStep : public CTGraphicsStep
       
    36 	{
       
    37 public:
       
    38 	CTClipStep();
       
    39 protected:	
       
    40 	//from CTGraphicsStep
       
    41 	virtual CTGraphicsBase* CreateTestL();
       
    42 	virtual void TestSetupL();
       
    43 	virtual void TestClose();
       
    44 	};
       
    45 
       
    46 _LIT(KTClipStep,"TClip");
       
    47 
       
    48 #endif