menufw/menufwui/mmwidgets/inc/mmgridcontainer.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:  CMmGridContainer declaration
    14 * Description:  CMmGridContainer declaration
    15 *  Version     : %version: MM_29.1.15 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_29.1.14 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMGRIDCONTAINER_H
    20 #ifndef C_MMGRIDCONTAINER_H
   210      *
   210      *
   211      * @param aItemIndex Item index.
   211      * @param aItemIndex Item index.
   212      * @return ETrue if visible, EFalse otherwise.
   212      * @return ETrue if visible, EFalse otherwise.
   213      */
   213      */
   214     TBool ItemIsVisible( TInt aItemIndex ) const;
   214     TBool ItemIsVisible( TInt aItemIndex ) const;
   215     
       
   216     /**
       
   217      * Sets a proper flag if the widget is brought to foreground.
       
   218      */
       
   219     virtual void SetWidgetCommingFromBackground( TBool /*aCommingFromBackground*/ );
       
   220 
   215 
   221 private:
   216 private:
   222     /**
   217     /**
   223      * Default constructor.
   218      * Default constructor.
   224      *
   219      *