photosgallery/viewframework/dataprovider/src/glxbindingset.cpp
branchRCL_3
changeset 23 b023a8d2866a
parent 13 bcb43dc84c44
equal deleted inserted replaced
21:f9e827349359 23:b023a8d2866a
    67 // ----------------------------------------------------------------------------
    67 // ----------------------------------------------------------------------------
    68 // PopulateT
    68 // PopulateT
    69 // ----------------------------------------------------------------------------
    69 // ----------------------------------------------------------------------------
    70 //
    70 //
    71 void CGlxBindingSet::PopulateT( Alf::MulVisualItem& aItem, 
    71 void CGlxBindingSet::PopulateT( Alf::MulVisualItem& aItem, 
    72         const TGlxMedia& aMedia, TBool aIsFocused ) const
    72         const TGlxMedia& aMedia, TBool aIsFocused, TInt aTextureId) const
    73     {
    73     {
    74     TRACER("CGlxBindingSet::PopulateT");
    74     TRACER("CGlxBindingSet::PopulateT");
    75     const TInt count = iBindings.Count();
    75     const TInt count = iBindings.Count();
    76     for ( TInt i = 0; i < count; i++ )
    76     for ( TInt i = 0; i < count; i++ )
    77         {
    77         {
    78         iBindings[i]->PopulateT( aItem, aMedia, aIsFocused );
    78         iBindings[i]->PopulateT( aItem, aMedia, aIsFocused, aTextureId );
    79         }
    79         }
    80     }
    80     }
    81 
    81 
    82 // ----------------------------------------------------------------------------
    82 // ----------------------------------------------------------------------------
    83 // HasRelevantAttributes
    83 // HasRelevantAttributes