idlehomescreen/inc/xnuienginepluginif.h
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
equal deleted inserted replaced
34:5456b4e8b3a8 35:3321d3e205b6
   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 
       
   269     /**
   260     /**
   270      * Checks if text editor is focused or partioal touch input open.
   261      * Checks if text editor is focused or partioal touch input open.
   271      * 
   262      * 
   272      * @since Series 60 5.2
   263      * @since S60 5.2
   273      * @return TBool True if partial input is open or editor focused
   264      * @return TBool True if partial input is open or editor focused
   274      */      
   265      */      
   275     IMPORT_C TBool IsTextEditorActive();
   266     IMPORT_C TBool IsTextEditorActive();
   276 
   267     
   277 private:
   268 private:
   278     // Data
   269     // Data
   279 
   270 
   280     /**
   271     /**
   281      * The layout calculation and ui rendering implementation.
   272      * The layout calculation and ui rendering implementation.