menufw/menufwui/mmwidgets/src/mmlistboxcontainer.cpp
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_67 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_66 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #include <aknlists.h> 
    20 #include <aknlists.h> 
    33 #include "mmlistboxitemdrawer.h"
    33 #include "mmlistboxitemdrawer.h"
    34 #include "mmwidgetsconstants.h"
    34 #include "mmwidgetsconstants.h"
    35 #include "mmtemplatelibrary.h"
    35 #include "mmtemplatelibrary.h"
    36 #include "mmpostevaluationprocessor.h"
    36 #include "mmpostevaluationprocessor.h"
    37 #include "mmdraweranimator.h"
    37 #include "mmdraweranimator.h"
    38 #include "mmlistboxview.h"
       
    39 
    38 
    40 
    39 
    41 // ============================ MEMBER FUNCTIONS ===============================
    40 // ============================ MEMBER FUNCTIONS ===============================
    42 
    41 
    43 // -----------------------------------------------------------------------------
    42 // -----------------------------------------------------------------------------
   326 //
   325 //
   327 void CMmListBoxContainer::UpdateViewScrollBarThumbs()
   326 void CMmListBoxContainer::UpdateViewScrollBarThumbs()
   328 	{
   327 	{
   329 	iListBox->UpdateScrollBarThumbs();
   328 	iListBox->UpdateScrollBarThumbs();
   330 	}
   329 	}
   331 
       
   332 //----------------------------------------------------------------------------
       
   333 //
       
   334 // ---------------------------------------------------------------------------
       
   335 //
       
   336 void CMmListBoxContainer::SetWidgetCommingFromBackground(
       
   337         TBool aCommingFromBackground )
       
   338     {         
       
   339     CMmListBoxView* view = static_cast<CMmListBoxView*> ( Widget()->View() );
       
   340     view->SetListCommingFromBackground( aCommingFromBackground );
       
   341     }
       
   342 
       
   343 // End of File
   330 // End of File