classicui_pub/editors_api/inc/EIKEDWIN.H
branchRCL_3
changeset 64 85902f042028
parent 59 978afdc0236f
child 72 a5e7a4f63858
--- a/classicui_pub/editors_api/inc/EIKEDWIN.H	Tue Sep 14 21:48:24 2010 +0300
+++ b/classicui_pub/editors_api/inc/EIKEDWIN.H	Wed Sep 15 12:29:17 2010 +0300
@@ -385,6 +385,9 @@
         CRepository* iCenRep;                           // Owned
         CCenRepNotifyHandler* iCenRepNotifyHandler;     // Owned
         TInt iClearDirection;                           // Value of ClearDirection
+        // For listening the status of qwerty key board
+        CRepository* iCenRepForQwerty;                           // Owned
+        CCenRepNotifyHandler* iCenRepNotifyHandlerForQwerty;     // Owned
      public:
 
         TInt iSkinIdForText;
@@ -517,6 +520,12 @@
          * Record internal status of of "tap to write".
          */
 		TInt iT2WState;
+		
+        /**
+         * Used to record if qwerty key board is opened.
+         * 
+         */
+        TInt iQwertyStatus;                           
         };
 
 public: