Update contrib.
2 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
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.
22 @internalComponent - Internal Symbian test code
25 #ifndef tadvancedpointerevent_h
26 #define tadvancedpointerevent_h
30 #include "../tlib/testbase.h"
31 #include "TGraphicsHarness.h"
33 class CTAdvancedPointerEvent : public CTWsGraphicsBase
36 CTAdvancedPointerEvent(CTestStep* aStep);
37 virtual ~CTAdvancedPointerEvent();
40 virtual void RunTestCaseL(TInt aCurTestCase);
42 void TestPointerEventInit();
43 void TestAdvancedPointerInit();
44 void TestAdvancedPointerGetPointerId();
45 void TestAdvancedPointerGetPressureAndProximity();
46 void TestAdvancedPointerGetPressureAndProximity(const TPoint3D aPoint3D);
47 void TestAdvancedPointerGetPressure();
48 void TestAdvancedPointerGetPosition();
49 void TestPointerEventCopying();
52 class CTAdvancedPointerEventStep : public CTGraphicsStep
55 CTAdvancedPointerEventStep();
58 virtual CTGraphicsBase* CreateTestL();
61 _LIT(KTAdvancedPointerEventStep,"TAdvancedPointerEvent");
63 #endif // tadvancedpointerevent_h