idlehomescreen/inc/xnuienginepluginif.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
   254      * for enabling layot and redraw
   254      * for enabling layot and redraw
   255      * 
   255      * 
   256      * @since Series 60 5.0     
   256      * @since Series 60 5.0     
   257      */                        
   257      */                        
   258     IMPORT_C void DisableRenderUiLC();
   258     IMPORT_C void DisableRenderUiLC();
   259         
   259     
       
   260     /**
       
   261      * Enables partial touch input
       
   262      * 
       
   263      * @since Series 60 5.2
       
   264      * @param aNode Editor Node
       
   265      * @param TBool True if partial input is open      
       
   266      */      
       
   267     IMPORT_C void EnablePartialTouchInput( CXnNodePluginIf& aNode, TBool aEnable );
       
   268 
   260     /**
   269     /**
   261      * Checks if text editor is focused or partioal touch input open.
   270      * Checks if text editor is focused or partioal touch input open.
   262      * 
   271      * 
   263      * @since S60 5.2
   272      * @since Series 60 5.2
   264      * @return TBool True if partial input is open or editor focused
   273      * @return TBool True if partial input is open or editor focused
   265      */      
   274      */      
   266     IMPORT_C TBool IsTextEditorActive();
   275     IMPORT_C TBool IsTextEditorActive();
   267     
   276 
   268 private:
   277 private:
   269     // Data
   278     // Data
   270 
   279 
   271     /**
   280     /**
   272      * The layout calculation and ui rendering implementation.
   281      * The layout calculation and ui rendering implementation.