photosgallery/viewframework/dataprovider/src/glxpreviewthumbnailbinding.cpp
branchRCL_3
changeset 23 b023a8d2866a
parent 13 bcb43dc84c44
equal deleted inserted replaced
21:f9e827349359 23:b023a8d2866a
   137 // ----------------------------------------------------------------------------
   137 // ----------------------------------------------------------------------------
   138 // PopulateT
   138 // PopulateT
   139 // ----------------------------------------------------------------------------
   139 // ----------------------------------------------------------------------------
   140 //
   140 //
   141 void CGlxPreviewThumbnailBinding::PopulateT(Alf::MulVisualItem& aItem, const TGlxMedia& aMedia, 
   141 void CGlxPreviewThumbnailBinding::PopulateT(Alf::MulVisualItem& aItem, const TGlxMedia& aMedia, 
   142 		TBool aIsFocused )const
   142 		TBool aIsFocused, TInt /*aTextureId*/ )const
   143 	{		
   143 	{		
   144 	TRACER("CGlxPreviewThumbnailBinding::PopulateT");
   144 	TRACER("CGlxPreviewThumbnailBinding::PopulateT");
   145 	 //T is used for throws as per C++ standard.Hence used instead of "L"
   145 	 //T is used for throws as per C++ standard.Hence used instead of "L"
   146 	 //Ignoring this for code scanner warnings - Leaving functions called in non-leaving functions.
   146 	 //Ignoring this for code scanner warnings - Leaving functions called in non-leaving functions.
   147 	if ( aMedia.Properties() && aIsFocused  && iStartedShowingThumbnails && iProgressIndex != KErrNotFound )
   147 	if ( aMedia.Properties() && aIsFocused  && iStartedShowingThumbnails && iProgressIndex != KErrNotFound )