idlehomescreen/xmluirendering/uiengine/src/xnuiengine.cpp
branchRCL_3
changeset 16 9674c1a575e9
parent 9 f966699dea19
child 34 d05a55b217df
equal deleted inserted replaced
15:ff572dfe6d86 16:9674c1a575e9
   136     {
   136     {
   137     return iUiEngineImpl->FindNodeByClassL( aClassId, aNamespace );
   137     return iUiEngineImpl->FindNodeByClassL( aClassId, aNamespace );
   138     }
   138     }
   139 
   139 
   140 // -----------------------------------------------------------------------------
   140 // -----------------------------------------------------------------------------
       
   141 // CXnUiEngine::FindContentSourceNodesL
       
   142 // Forwards the call to the ui engine implementation
       
   143 // -----------------------------------------------------------------------------
       
   144 //
       
   145 CXnPointerArray* CXnUiEngine::FindContentSourceNodesL(
       
   146     const TDesC8& aNamespace )
       
   147     {
       
   148     return iUiEngineImpl->FindContentSourceNodesL( aNamespace );
       
   149     }
       
   150 
       
   151 // -----------------------------------------------------------------------------
   141 // CXnUiEngine::RenderUIL
   152 // CXnUiEngine::RenderUIL
   142 // Forwards the call to the ui engine implementation
   153 // Forwards the call to the ui engine implementation
   143 // -----------------------------------------------------------------------------
   154 // -----------------------------------------------------------------------------
   144 //
   155 //
   145 void CXnUiEngine::RenderUIL( CXnNode* aNode )
   156 void CXnUiEngine::RenderUIL( CXnNode* aNode )
   528     {
   539     {
   529     iUiEngineImpl->SetEventDispatcher( aDispatcher );
   540     iUiEngineImpl->SetEventDispatcher( aDispatcher );
   530     }
   541     }
   531 
   542 
   532 // -----------------------------------------------------------------------------
   543 // -----------------------------------------------------------------------------
   533 // CXnUiEngine::EnablePartialTouchInput( )
   544 // CXnUiEngine::EnablePartialTouchInput()
   534 // -----------------------------------------------------------------------------
   545 // -----------------------------------------------------------------------------
   535 //               
   546 //               
   536 void CXnUiEngine::EnablePartialTouchInput( CXnNode& aNode, TBool aEnable )
   547 void CXnUiEngine::EnablePartialTouchInput( CXnNode& aNode, TBool aEnable )
   537     {
   548     {
   538     iUiEngineImpl->EnablePartialTouchInput(aNode, aEnable);
   549     iUiEngineImpl->EnablePartialTouchInput(aNode, aEnable);
   545 TBool CXnUiEngine::IsPartialInputActive()
   556 TBool CXnUiEngine::IsPartialInputActive()
   546     {
   557     {
   547     return iUiEngineImpl->IsPartialInputActive();
   558     return iUiEngineImpl->IsPartialInputActive();
   548     }
   559     }
   549 
   560 
       
   561 // -----------------------------------------------------------------------------
       
   562 // CXnUiEngine::IsTextEditorActive()
       
   563 // -----------------------------------------------------------------------------
       
   564 //               
       
   565 TBool CXnUiEngine::IsTextEditorActive()
       
   566     {
       
   567     return iUiEngineImpl->IsTextEditorActive();
       
   568     }
   550 
   569 
   551 #ifndef EKA2
   570 #ifndef EKA2
   552 GLDEF_C TInt  E32Dll( TDllReason )
   571 GLDEF_C TInt  E32Dll( TDllReason )
   553     {
   572     {
   554     return KErrNone;
   573     return KErrNone;