menufw/menufwui/mmwidgets/inc/mmwidgetcontainer.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
    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.46 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_48.1.43 % << 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
   695 
   695 
   696     /**
   696     /**
   697      * Widget position cache.
   697      * Widget position cache.
   698      */
   698      */
   699     TMmWidgetPosition WidgetPositionCache() const;
   699     TMmWidgetPosition WidgetPositionCache() const;
   700     
       
   701     /**
       
   702      * Sets a proper flag if the widget is brought to foreground.
       
   703      */
       
   704     IMPORT_C virtual void SetWidgetCommingFromBackground( TBool /*aCommingFromBackground*/ );
       
   705 
   700 
   706 public: // from MMmVisibilityObserver
   701 public: // from MMmVisibilityObserver
   707 
   702 
   708     /**
   703     /**
   709      *
   704      *
  1079     /**
  1074     /**
  1080      * ETrue if highlight was visible before longTap event.
  1075      * ETrue if highlight was visible before longTap event.
  1081      */
  1076      */
  1082     TBool iHighlightVisibleBeforeLongTap;
  1077     TBool iHighlightVisibleBeforeLongTap;
  1083 
  1078 
  1084     /**
       
  1085      * ETrue if widget highlight must be reset. 
       
  1086      */
       
  1087     TBool iResetHighlight;
       
  1088   };
  1079   };
  1089 
  1080 
  1090 #endif // MMMWIDGETCONTAINER_H
  1081 #endif // MMMWIDGETCONTAINER_H