idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/inc/xntexteditoradapter.h
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
child 15 ff572dfe6d86
--- a/idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/inc/xntexteditoradapter.h	Tue Feb 02 00:04:13 2010 +0200
+++ b/idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/inc/xntexteditoradapter.h	Fri Feb 19 22:42:37 2010 +0200
@@ -73,7 +73,15 @@
      * @return Text, ownership is transfered      
      */
     HBufC* Text() const;
-    
+
+    /**
+     * Handles editor events
+     * 
+     * @since S60 5.2
+     * @param aReason, editor event        
+     */
+    void HandleEditorEvent( TInt aReason );
+
 public: // from base classes
 
     /**
@@ -151,6 +159,12 @@
     TInt                    iMaxLines; 
     /** Flag to indicate whether focus loss is refused */
     TBool                   iRefusesFocusLoss;
+    /** Flag to indicate is partial input supported*/
+    TBool                   iPartialInputEnabled;
+    /** Flag to indicate is partial input open*/
+    TBool                   iPartialInputOpen;
+    /** Flag to indicate whether split input should be remove or not*/
+    TBool                   iRemoveSplitInputFromStack;
     };
 
 #endif      // _XNTEXTEDITORADAPTER_H