diff -r 16d8024aca5e -r f7ac710697a9 src/hbplugins/inputmethods/common/hbinputmodehandler.h --- a/src/hbplugins/inputmethods/common/hbinputmodehandler.h Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputmodehandler.h Mon May 03 12:48:33 2010 +0300 @@ -70,15 +70,15 @@ // focus change HbInputModeActionFocusRecieved, // focus recived state HbInputModeActionFocusLost, // focus lost state - HbInputModeActionCancelButtonPress - // more.. + HbInputModeActionCancelButtonPress, + HbInputModeActionCloseSpellQuery + // more.. }; virtual ~HbInputModeHandler(); // HbInputMethod specific operations. virtual bool isComposing() const {return false;} - virtual void listInputModes(QVector& modes) const = 0 ; virtual void mouseHandler(int x, QMouseEvent* mouseEvent); virtual bool filterEvent(const QEvent * event); @@ -91,6 +91,7 @@ void sendAndUpdate(QEvent &event); virtual void setKeymap(const HbKeymap* keymap); virtual void characterPreviewAvailable(bool available); + void togglePrediction(); signals: // incase one mode handler is not capable of processing the events.