menufw/menufwui/mmwidgets/inc/mmlistboxcontainer.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:  CMmListBoxContainer
    14 * Description:  CMmListBoxContainer
    15 *  Version     : %version: MM_21.1.11 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_21.1.10 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMLISTBOXCONTAINER_H
    20 #ifndef C_MMLISTBOXCONTAINER_H
   164      * @since S60 v5.0
   164      * @since S60 v5.0
   165      * @return Widget type. 
   165      * @return Widget type. 
   166      */
   166      */
   167     THnSuiteWidgetType WidgetType();
   167     THnSuiteWidgetType WidgetType();
   168 
   168 
   169     /**
       
   170      * Sets a proper flag if the widget is brought to foreground.
       
   171      * 
       
   172      * @param  aCommingFromBackground indicates whether the widget is brought to foreground.
       
   173      */
       
   174     virtual void SetWidgetCommingFromBackground( TBool aCommingFromBackground );
       
   175 	
       
   176 public:
   169 public:
   177     /**
   170     /**
   178       * Draws the widget view.
   171       * Draws the widget view.
   179       *
   172       *
   180       * @since S60 v5.0
   173       * @since S60 v5.0
   194      * 
   187      * 
   195      * @since S60 v5.0
   188      * @since S60 v5.0
   196      * @return The current widget vertical item offset.
   189      * @return The current widget vertical item offset.
   197      */
   190      */
   198     virtual TInt VerticalItemOffset() const;
   191     virtual TInt VerticalItemOffset() const;
   199         
   192     
   200 protected: // from CMmWidgetContainer
   193 protected: // from CMmWidgetContainer
   201     
   194     
   202     /**
   195     /**
   203      * Checks whether given point collides with specific item's re-order area.
   196      * Checks whether given point collides with specific item's re-order area.
   204      * 
   197      *