idlehomescreen/xmluirendering/uiengine/src/xnuienginepluginif.cpp
branchRCL_3
changeset 16 9674c1a575e9
parent 15 ff572dfe6d86
child 34 d05a55b217df
equal deleted inserted replaced
15:ff572dfe6d86 16:9674c1a575e9
   449     CXnNodePluginIf& aNode, TBool aEnable )
   449     CXnNodePluginIf& aNode, TBool aEnable )
   450     {
   450     {
   451     iUiEngine->EnablePartialTouchInput(aNode.Node(), aEnable);
   451     iUiEngine->EnablePartialTouchInput(aNode.Node(), aEnable);
   452     }
   452     }
   453 
   453 
       
   454 // -----------------------------------------------------------------------------
       
   455 // TXnUiEnginePluginIf::IsTextEditorActive
       
   456 // 
       
   457 // -----------------------------------------------------------------------------
       
   458 //
       
   459 EXPORT_C TBool TXnUiEnginePluginIf::IsTextEditorActive()
       
   460     {
       
   461     return iUiEngine->IsTextEditorActive();
       
   462     }
   454 
   463 
   455 
   464 
   456 // End of file
   465 // End of file
   457 
   466