--- 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<HbKeyboardType>& 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();