taskswitcher/taskswitcherui/taskswitcherapp/inc/tsphysicsengine.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 4 4d54b72983ae
child 12 9674c1a575e9
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
    69      * @param aEvent - drag event
    69      * @param aEvent - drag event
    70      */
    70      */
    71     void HandleDragEvent(AknTouchGestureFw::MAknTouchGestureFwDragEvent& aEvent);
    71     void HandleDragEvent(AknTouchGestureFw::MAknTouchGestureFwDragEvent& aEvent);
    72     
    72     
    73     /**
    73     /**
       
    74      * Checks if the physics is running
    74      */
    75      */
    75     TBool IsRunning() const;
    76     TBool IsRunning() const;
    76     
    77     
    77     /**
    78     /**
       
    79      * Checks if the physics is running drag
       
    80      */
       
    81     TBool IsDragging() const;
       
    82     
       
    83     /**
       
    84      * Stops physics
    78      */
    85      */
    79     void Stop();
    86     void Stop();
    80     
    87     
    81     /**
    88     /**
    82      * Initialize animation between current position and destination point
    89      * Initialize animation between current position and destination point