uiacceltk/hitchcock/coretoolkit/src/HuiFxGroupLayer.cpp
branchRCL_3
changeset 17 c9d868f1e20c
parent 13 3a60ebea00d0
child 18 1801340c26a2
equal deleted inserted replaced
15:cd0ae4656946 17:c9d868f1e20c
   472     for( TInt i=0 ; i < iLayers.Count() ; i++ )
   472     for( TInt i=0 ; i < iLayers.Count() ; i++ )
   473         {
   473         {
   474         iLayers[i]->SetAlwaysReadSurfacePixels(aAlwaysReadSurfacePixels);
   474         iLayers[i]->SetAlwaysReadSurfacePixels(aAlwaysReadSurfacePixels);
   475         }
   475         }
   476     }
   476     }
       
   477 
       
   478 void CHuiFxGroupLayer::SetVisualContentState(TBool aChanged, TBool aOpaque)
       
   479     {
       
   480     for( TInt i=0 ; i < iLayers.Count() ; i++ )
       
   481         {
       
   482         iLayers[i]->SetVisualContentState(aChanged, aOpaque);
       
   483         }    
       
   484     }