diff -r 923ff622b8b9 -r 4633027730f5 src/hbcore/inputfw/hbinputsettingproxy.h --- a/src/hbcore/inputfw/hbinputsettingproxy.h Tue Jul 06 14:36:53 2010 +0300 +++ b/src/hbcore/inputfw/hbinputsettingproxy.h Wed Aug 18 10:05:37 2010 +0300 @@ -60,6 +60,7 @@ void availableHwKeyboard(QList& listOfAvailableKeyboards) const; HbInputLanguage globalSecondaryInputLanguage() const; HbKeyboardType activeKeyboard() const; + HbKeyboardType activeKeyboard(Qt::Orientation orientation) const; HbKeyboardType activeHwKeyboard() const; HbKeyboardType activeTouchKeyboard() const; void setGlobalInputLanguage(const HbInputLanguage &langauge); @@ -98,6 +99,10 @@ HbInputMethodDescriptor preferredInputMethod() const; QByteArray preferredInputMethodCustomData(Qt::Orientation orientation) const; void setPreferredInputMethod(Qt::Orientation orientation, const HbInputMethodDescriptor &inputMethod, const QByteArray &customData = QByteArray()); + void setHwrWritingSpeed(HbHwrWritingSpeed speed); + HbHwrWritingSpeed hwrWritingSpeed() const; + void setDetailedCangjieMode(HbCangjieDetailMode cangjieDetail); + HbCangjieDetailMode detailedCangjieMode() const; signals: void globalInputLanguageChanged(const HbInputLanguage &newLanguage); @@ -115,6 +120,8 @@ void autocompletionStateChanged(HbKeyboardSettingFlags keyboardType, bool newState); void typingCorrectionLevelChanged(HbTypingCorrectionLevel newLevel); void primaryCandidateModeChanged(HbPrimaryCandidateMode newMode); + void hwrWritingSpeedChanged(HbHwrWritingSpeed speed); + void detailedCangjieModeChanged(HbCangjieDetailMode); public slots: void togglePrediction();