uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp
branchRCL_3
changeset 19 e5af45d51884
parent 18 1801340c26a2
child 20 31fccae4f8a7
equal deleted inserted replaced
18:1801340c26a2 19:e5af45d51884
    61     {
    61     {
    62     // Nothing to do
    62     // Nothing to do
    63     return ETrue;
    63     return ETrue;
    64     }
    64     }
    65 
    65 
    66 EXPORT_C void CHuiFxLayer::ReleaseAllCachedRenderTargets(CHuiFxEngine& /*aEngine*/)
       
    67     {
       
    68     // Nothing to do
       
    69     }
       
    70 
       
    71 
       
    72 EXPORT_C TBool CHuiFxLayer::VisualArea( TRect& /*aRect*/ )
    66 EXPORT_C TBool CHuiFxLayer::VisualArea( TRect& /*aRect*/ )
    73     {
    67     {
    74     // No area in base class
    68     // No area in base class
    75     return EFalse;
    69     return EFalse;
    76     }
    70     }
   178     {
   172     {
   179     /* empty in baseclass */
   173     /* empty in baseclass */
   180     }
   174     }
   181 
   175 
   182 
   176 
   183 void CHuiFxLayer::SetVisualContentState(TBool /*aChanged*/, TBool /*aOpaque*/)
       
   184     {
       
   185     /* empty in baseclass */
       
   186     }
       
   187 
       
   188 TBool CHuiFxLayer::IsMarginEnabled() const
   177 TBool CHuiFxLayer::IsMarginEnabled() const
   189     {
   178     {
   190     return iMarginEnabled;
   179     return iMarginEnabled;
   191     }
   180     }
   192 
   181