idlehomescreen/inc/xnuienginepluginif.h
branchRCL_3
changeset 12 9674c1a575e9
parent 9 f966699dea19
child 18 d05a55b217df
equal deleted inserted replaced
11:ff572dfe6d86 12:9674c1a575e9
   328      * @since Series 60 5.2
   328      * @since Series 60 5.2
   329      * @param aNode Editor Node
   329      * @param aNode Editor Node
   330      * @param TBool True if partial input is open      
   330      * @param TBool True if partial input is open      
   331      */      
   331      */      
   332     IMPORT_C void EnablePartialTouchInput( CXnNodePluginIf& aNode, TBool aEnable );
   332     IMPORT_C void EnablePartialTouchInput( CXnNodePluginIf& aNode, TBool aEnable );
   333   
   333 
       
   334     /**
       
   335      * Checks if text editor is focused or partioal touch input open.
       
   336      * 
       
   337      * @since Series 60 5.2
       
   338      * @return TBool True if partial input is open or editor focused
       
   339      */      
       
   340     IMPORT_C TBool IsTextEditorActive();
       
   341 
   334 private:
   342 private:
   335     // Data
   343     // Data
   336 
   344 
   337     /**
   345     /**
   338      * The layout calculation and ui rendering implementation.
   346      * The layout calculation and ui rendering implementation.