photosgallery/viewframework/dataprovider/src/glxmedialistmulmodelproviderimpl.cpp
changeset 1 9ba538e329bd
parent 0 4e91876724a2
child 18 bcb43dc84c44
equal deleted inserted replaced
0:4e91876724a2 1:9ba538e329bd
   265     
   265     
   266     if( KErrNotFound != iMediaList.FocusIndex() )
   266     if( KErrNotFound != iMediaList.FocusIndex() )
   267         {
   267         {
   268         for(int i = aIndex; i < aIndex + aCount ; i++)
   268         for(int i = aIndex; i < aIndex + aCount ; i++)
   269             {
   269             {
   270 		    		SetDataT( *iBindingSet, iMediaList.Item(i), i );            
   270 		    SetDataT( *iBindingSet, iMediaList.Item(i), i );            
   271             }
   271             }
   272         }
   272         }
   273     else
   273     else
   274     	return;
   274     	return;
   275     
   275     
   306         }            
   306         }            
   307     //Now update the items, this would create the new textures and update the view.
   307     //Now update the items, this would create the new textures and update the view.
   308     for(TInt index = 0;index<aItemIndexes.Count();index++)
   308     for(TInt index = 0;index<aItemIndexes.Count();index++)
   309         UpdateItems(aItemIndexes[index],1);
   309         UpdateItems(aItemIndexes[index],1);
   310     }
   310     }
       
   311 
       
   312 // ----------------------------------------------------------------------------
       
   313 // UpdateItems
       
   314 // ----------------------------------------------------------------------------
       
   315 //  
       
   316 void CGlxMediaListMulModelProviderImpl::UpdateItems( TInt aIndex, TInt aCount )
       
   317     {
       
   318     TRACER("CGlxMediaListMulModelProviderImpl::UpdateItems");
       
   319     CGlxMulModelProviderBase::UpdateItems(aIndex, aCount);
       
   320     }