src/hbcore/inputfw/hbinputsettingproxy_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbcore/inputfw/hbinputsettingproxy_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/inputfw/hbinputsettingproxy_p.h	Mon May 03 12:48:33 2010 +0300
@@ -49,7 +49,7 @@
     HbKeyboardType iActiveKeyboard;
     HbKeyboardType iHwKeyboard;
     HbKeyboardType iTouchKeyboard;
-    int iPredictiveInputState;
+    HbKeyboardSettingFlags iPredictiveInputState;
     HbInputDigitType iDigitType;
     bool iQwertyTextCasing;
     bool iQwertyCharacterPreview;
@@ -59,6 +59,10 @@
     bool iOrientationChangeCompleted;
     bool iFlipStatus;
     bool iRegionalCorrectionStatus;
+    int iKeypressTimeout;
+    HbKeyboardSettingFlags iAutocompletion;
+    HbTypingCorrectionLevel iTypingCorrectionLevel;
+    HbPrimaryCandidateMode iPrimaryCandidateMode;
 };
 
 class HB_CORE_PRIVATE_EXPORT HbInputSettingProxyPrivate