menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h
branchRCL_3
changeset 26 1b758917cafc
parent 25 137ebc85284b
equal deleted inserted replaced
25:137ebc85284b 26:1b758917cafc
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  CMmListBoxItemDrawer
    14 * Description:  CMmListBoxItemDrawer
    15 *  Version     : %version: MM_38.1.18 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_38.1.19 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMLISTBOXITEMDRAWER_H
    20 #ifndef C_MMLISTBOXITEMDRAWER_H
   483      * @since S60 v3.0
   483      * @since S60 v3.0
   484      * @param aItemTextRect Item rectangle.
   484      * @param aItemTextRect Item rectangle.
   485      */
   485      */
   486     void DrawBackground( const TRect& aItemTextRect ) const;
   486     void DrawBackground( const TRect& aItemTextRect ) const;
   487 
   487 
       
   488     /**
       
   489      * Animates transition of the dragged item.
       
   490      * The animation starts in the original place of dragging item,
       
   491      * and end in the EDrag floating item position, when item had been start drag.
       
   492      *
       
   493      * @since S60 v5.0
       
   494 	 * @param aDraggedIndex Draged item index to be animated.
       
   495 	 * @param aPoint End position of animated item.
       
   496      */
       
   497     void AnimateDragItemStartL( TInt aDraggedIndex, TPoint aPoint );
       
   498 
   488 protected:
   499 protected:
   489     /**
   500     /**
   490      * From CListItemDrawer. Draws an item.
   501      * From CListItemDrawer. Draws an item.
   491      *
   502      *
   492      * @since S60 v3.0
   503      * @since S60 v3.0