classicui_pub/editors_api/tsrc/inc/testsdkeditors.h
branchRCL_3
changeset 23 3d340a0166ff
parent 0 2f259fa3e83a
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
    25 #include <testscripterinternal.h>
    25 #include <testscripterinternal.h>
    26 #include <stiftestmodule.h>
    26 #include <stiftestmodule.h>
    27 #include <testclassassert.h>
    27 #include <testclassassert.h>
    28 #include <fldbase.h>
    28 #include <fldbase.h>
    29 #include <flddef.h>
    29 #include <flddef.h>
       
    30 #include <aknphysicsobserveriface.h>
    30 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    31 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    31 #include <uikon/eikenvinterface.h>
    32 #include <uikon/eikenvinterface.h>
    32 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
    33 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
    33 
    34 
    34 class CEikonEnv;
    35 class CEikonEnv;
  3200      * @since S60 5.2
  3201      * @since S60 5.2
  3201      * @param aItem never used
  3202      * @param aItem never used
  3202      * @return Symbian OS error code.
  3203      * @return Symbian OS error code.
  3203      */
  3204      */
  3204     virtual TInt TestEEnableKineticScrollingL( CStifItemParser& aItem );
  3205     virtual TInt TestEEnableKineticScrollingL( CStifItemParser& aItem );
       
  3206 
       
  3207     /**
       
  3208      * TPhysicsObserver test class for testing the
       
  3209      * kinetic scrolling feature of CEikEdwin.
       
  3210      */
       
  3211     NONSHARABLE_CLASS (TPhysicsObserver) : public MAknPhysicsObserver
       
  3212         {
       
  3213         public:
       
  3214 
       
  3215         void ViewPositionChanged( const TPoint& aNewPosition,
       
  3216                                   TBool aDrawNow, TUint aFlags );
       
  3217         void PhysicEmulationEnded();
       
  3218         TPoint ViewPosition() const;
       
  3219         };
       
  3220 
       
  3221     /**
       
  3222      * TestEEnableKineticScrollingPhysicsL test function for testing the
       
  3223      * kinetic scrolling feature of CEikEdwin.
       
  3224      *
       
  3225      * @since S60 5.2
       
  3226      * @param aItem never used
       
  3227      * @return Symbian OS error code.
       
  3228      */
       
  3229     virtual TInt TestEEnableKineticScrollingPhysicsL( CStifItemParser& aItem );
  3205 
  3230 
  3206     //EikGTED.h
  3231     //EikGTED.h
  3207 /*                              class CEikGlobalTextEditor                  */
  3232 /*                              class CEikGlobalTextEditor                  */
  3208     /**
  3233     /**
  3209      * TestGETCEikGlobalTextEditorL test function for testing the 
  3234      * TestGETCEikGlobalTextEditorL test function for testing the