menufw/menufwui/mmwidgets/inc/mmwidgetcontainer.h
branchRCL_3
changeset 9 f966699dea19
parent 4 4d54b72983ae
child 38 79311d856354
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
    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.37 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_48.1.38 % << 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
   998 
   998 
   999     /**
   999     /**
  1000      * Observer to notify about long tap events.
  1000      * Observer to notify about long tap events.
  1001      */
  1001      */
  1002     MMmLongTapObserver* iLongTapObserver;
  1002     MMmLongTapObserver* iLongTapObserver;
       
  1003     
       
  1004     /**
       
  1005      * Stores previously set highlight visibility.
       
  1006      * ETrue - hightlight visible, EFalse - highlight disabled.
       
  1007      * Please note that in most cases it is better to read
       
  1008      * ESingleClickDisabledHighlight flag of itemdrawer than rely
       
  1009      * on this member variable to determine if highlight is visible
       
  1010      * (@c IsHighlightVisible).
       
  1011      */
       
  1012     TBool iPreviousHighlightVisibility;
  1003 
  1013 
  1004 	};
  1014 	};
  1005 
  1015 
  1006 #endif // MMMWIDGETCONTAINER_H
  1016 #endif // MMMWIDGETCONTAINER_H