menufw/menufwui/mmwidgets/inc/mmdraweranimator.h
branchRCL_3
changeset 26 1b758917cafc
parent 19 79311d856354
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:  CMmDrawerAnimator declaration
    14 * Description:  CMmDrawerAnimator declaration
    15 *  Version     : %version: MM_17.1.8 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_17.1.10 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMDRAWERANIMATOR_H
    20 #ifndef C_MMDRAWERANIMATOR_H
   152     /**
   152     /**
   153      * Calls move event.
   153      * Calls move event.
   154      */
   154      */
   155     void TriggerMoveItemL();
   155     void TriggerMoveItemL();
   156 
   156 
       
   157     /**
       
   158      * Animates transition of the dragged item.
       
   159      * The animation starts in the original place of dragging item,
       
   160      * and end in the EDrag floating item position, when item had been start drag.
       
   161      *
       
   162      * @since S60 v5.0
       
   163 	 * @param aDraggedIndex Draged item index to be animated.
       
   164 	 * @param aPoint End position of animated item.
       
   165      */
       
   166     void AnimateDragItemStartL( TInt aDraggedIndex, TPoint aPoint );
       
   167 
   157 private:
   168 private:
   158 
   169 
   159     /**
   170     /**
   160      * Default constructor.
   171      * Default constructor.
   161      *
   172      *