src/hbplugins/inputmethods/touchinput/virtualqwerty.h
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbplugins/inputmethods/touchinput/virtualqwerty.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/virtualqwerty.h	Wed Jun 23 18:33:25 2010 +0300
@@ -74,6 +74,8 @@
     void mouseMovedOutOfButton();
     void smileySelected(QString smiley);
     void predictiveInputStateChanged(HbKeyboardSettingFlags keyboardType, bool newState);
+    void autocompletionStateChanged(HbKeyboardSettingFlags keyboardType, bool newState);
+    void typingCorrectionLevelChanged(HbTypingCorrectionLevel typingCorrectionLevel);
     void candidatePopupClosed(int closingKey, const QString& candidate);
     void aboutToActivateCustomAction(HbAction *custAction);
 
@@ -105,6 +107,7 @@
 
 private slots:
     void candidatePopupCancelled();
+	void primaryCandidateModeChanged(HbPrimaryCandidateMode mode);
 
 private:
     void initializePredictiveMode();
@@ -119,7 +122,7 @@
     HbInputVkbWidget *constructKeyboard(HbKeypadMode currentInputType);
 
 private:
-    // mCurrentKeypad contains currently active keypad, we dont need to have
+    // mCurrentKeypad contains currently active keypad, we don't need to have
     // anyother variables to tell us which is current keypad
     QPointer<HbInputVkbWidget> mCurrentKeypad;
     // contains qwerty alpha keypad