src/hbcore/inputfw/hbinputsettingproxy.h
changeset 5 627c4a0fd0e7
parent 2 06ff229162e9
child 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputsettingproxy.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/inputfw/hbinputsettingproxy.h	Fri Jun 11 13:58:22 2010 +0300
@@ -94,6 +94,10 @@
     HbTypingCorrectionLevel typingCorrectionLevel() const;
     void setPrimaryCandidateMode(HbPrimaryCandidateMode mode);
     HbPrimaryCandidateMode primaryCandidateMode() const;
+    HbInputMethodDescriptor preferredInputMethod(Qt::Orientation orientation) const;
+    HbInputMethodDescriptor preferredInputMethod() const;
+    QByteArray preferredInputMethodCustomData(Qt::Orientation orientation) const;
+    void setPreferredInputMethod(Qt::Orientation orientation, const HbInputMethodDescriptor &inputMethod, const QByteArray &customData = QByteArray());
 
 signals:
     void globalInputLanguageChanged(const HbInputLanguage &newLanguage);