menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h
branchRCL_3
changeset 26 1b758917cafc
parent 25 137ebc85284b
--- a/menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h	Tue May 25 12:29:32 2010 +0300
+++ b/menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h	Wed Jun 09 09:29:04 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  CMmListBoxItemDrawer
-*  Version     : %version: MM_38.1.18 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: MM_38.1.19 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -485,6 +485,17 @@
      */
     void DrawBackground( const TRect& aItemTextRect ) const;
 
+    /**
+     * 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 );
+
 protected:
     /**
      * From CListItemDrawer. Draws an item.