menufw/menufwui/mmwidgets/inc/mmdraweranimator.h
branchRCL_3
changeset 26 1b758917cafc
parent 19 79311d856354
--- a/menufw/menufwui/mmwidgets/inc/mmdraweranimator.h	Tue May 25 12:29:32 2010 +0300
+++ b/menufw/menufwui/mmwidgets/inc/mmdraweranimator.h	Wed Jun 09 09:29:04 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  CMmDrawerAnimator declaration
-*  Version     : %version: MM_17.1.8 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: MM_17.1.10 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -154,6 +154,17 @@
      */
     void TriggerMoveItemL();
 
+    /**
+     * Animates transition of the dragged item.
+     * The animation starts in the original place of dragging item,
+     * and end in the EDrag floating item position, when item had been start drag.
+     *
+     * @since S60 v5.0
+	 * @param aDraggedIndex Draged item index to be animated.
+	 * @param aPoint End position of animated item.
+     */
+    void AnimateDragItemStartL( TInt aDraggedIndex, TPoint aPoint );
+
 private:
 
     /**