src/hbinput/inputwidgets/hbinputsettingwidget.h
changeset 7 923ff622b8b9
parent 6 c3690ec91ef8
child 23 e6ad4ef83b23
--- a/src/hbinput/inputwidgets/hbinputsettingwidget.h	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputsettingwidget.h	Tue Jul 06 14:36:53 2010 +0300
@@ -47,6 +47,7 @@
     void initializeWidget();
     
     void resetWidget();
+    void resetChineseInputMode();
 
 public slots:
     void updateGlobalInputLanguage(const HbInputLanguage &newLanguage);
@@ -68,6 +69,10 @@
     void setPrimaryCandidateMode();
     void dataChange(const QModelIndex &startIn, const QModelIndex &endIn);
 
+    void setPortraitInputMethod(int index);
+    void setLandscapeInputMethod(int index);
+    void setHwrSpeed(int index);
+    void setCangjieMode(int index);
 protected:
     HbInputSettingWidgetPrivate *const d_ptr;