idlehomescreen/xmluirendering/uiengine/src/xnuiengine.cpp
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
child 102 ba63c83f4716
equal deleted inserted replaced
88:3321d3e205b6 93:b01126ce0bec
   158     iUiEngineImpl->LayoutUIL( aNode );
   158     iUiEngineImpl->LayoutUIL( aNode );
   159     iUiEngineImpl->RenderUIL( aNode );
   159     iUiEngineImpl->RenderUIL( aNode );
   160     }
   160     }
   161 
   161 
   162 // -----------------------------------------------------------------------------
   162 // -----------------------------------------------------------------------------
   163 // CXnUiEngine::RenderFromNodeL
       
   164 // Forwards the call to the ui engine implementation
       
   165 // -----------------------------------------------------------------------------
       
   166 void CXnUiEngine::RenderFromNodeL( CXnNode& aNode )
       
   167     {
       
   168     iUiEngineImpl->LayoutFromNodeL( aNode );
       
   169     iUiEngineImpl->RenderFromNodeL( aNode );
       
   170     }
       
   171 
       
   172 // -----------------------------------------------------------------------------
       
   173 // CXnUiEngine::LayoutUIL
   163 // CXnUiEngine::LayoutUIL
   174 // Forwards the call to the ui engine implementation
   164 // Forwards the call to the ui engine implementation
   175 // -----------------------------------------------------------------------------
   165 // -----------------------------------------------------------------------------
   176 //
   166 //
   177 void CXnUiEngine::LayoutUIL( CXnNode* aNode )
   167 void CXnUiEngine::LayoutUIL( CXnNode* aNode )
   178     {
   168     {
   179     iUiEngineImpl->LayoutUIL( aNode );
   169     iUiEngineImpl->LayoutUIL( aNode );
   180     }
       
   181 
       
   182 // -----------------------------------------------------------------------------
       
   183 // CXnUiEngine::LayoutFromNodeL
       
   184 // Forwards the call to the ui engine implementation
       
   185 // -----------------------------------------------------------------------------
       
   186 //
       
   187 void CXnUiEngine::LayoutFromNodeL( CXnNode& aNode )
       
   188     {
       
   189     iUiEngineImpl->LayoutFromNodeL( aNode );
       
   190     }
   170     }
   191 
   171 
   192 // -----------------------------------------------------------------------------
   172 // -----------------------------------------------------------------------------
   193 // CXnUiEngine::Resources
   173 // CXnUiEngine::Resources
   194 // Forwards the call to the ui engine implementation
   174 // Forwards the call to the ui engine implementation