lafagnosticuifoundation/cone/tef/tconemultiptrstep.h
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2008-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 #ifndef TCONEMULTIPTRSTEP_H_
       
    17 #define TCONEMULTIPTRSTEP_H_
       
    18 
       
    19 #include <coemain.h>
       
    20 #include <coecntrl.h>
       
    21 #include <coeaui.h>
       
    22 #include <test/testexecutestepbase.h>
       
    23 #include "TConeTestServer.h"
       
    24 #include "appfwk_test_AppUi.h"
       
    25 #include "tmultiptrtestcontrol.h"
       
    26 #include "tconemultiptrtestappui.h"
       
    27 #include "tconemultiptrconst.h"
       
    28 
       
    29 
       
    30 // TConeMultiPtr Test Step Name.\n
       
    31 _LIT(KTConeMultiPtrStep,"TConeMultiPtr");
       
    32 
       
    33 
       
    34 class CTConeMultiPtrStep : public CTmsTestStep
       
    35 	{
       
    36 public:
       
    37 	CTConeMultiPtrStep();
       
    38 	~CTConeMultiPtrStep();
       
    39 	virtual TVerdict doTestStepL();
       
    40 	TVerdict doTestStepPreambleL();
       
    41 	TVerdict doTestStepPostambleL();
       
    42 	
       
    43 	void ConstructConeMultiPtrAppL(CCoeEnv* aCoe);
       
    44 	
       
    45 public:
       
    46 	TTimeIntervalMicroSeconds32 iDoubleClickMaxInterval;
       
    47 	TInt iDoubleClickMaxDistance;
       
    48 	};
       
    49 
       
    50 
       
    51 #endif /*TCONEMULTIPTRSTEP_H_*/