menufw/menufwui/mmwidgets/inc/mmwidgetcontainer.h
changeset 2 08c6ee43b396
parent 1 5315654608de
child 4 4d54b72983ae
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *  Version     : %version: MM_48.1.35 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_48.1.36 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef MMMWIDGETCONTAINER_H
    20 #ifndef MMMWIDGETCONTAINER_H
   359 
   359 
   360     /**
   360     /**
   361      * Destructor.
   361      * Destructor.
   362      */
   362      */
   363     ~CMmWidgetContainer();
   363     ~CMmWidgetContainer();
       
   364     
       
   365     /**
       
   366      * Enables/disables animation during long tap.
       
   367      * Tactile feedback is also enabled and disabled with the animation.
       
   368      * Changes made with this method will be effective on the next long
       
   369      * tap, i.e. it is not possible to stop an already started animation
       
   370      * by using this method.
       
   371      * 
       
   372      * @param aEnable ETrue - enable, EFalse - disable long tap animation
       
   373      *                and long tap tactile feedback
       
   374      */
       
   375     IMPORT_C void EnableLongTapAnimation( TBool aEnable );
   364 
   376 
   365     /**
   377     /**
   366      * from CCoeControl.
   378      * from CCoeControl.
   367      *
   379      *
   368      * @since S60 v3.0
   380      * @since S60 v3.0