src/hbcore/inputfw/hbinputvkbhost.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbcore/inputfw/hbinputvkbhost.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/inputfw/hbinputvkbhost.h	Mon May 03 12:48:33 2010 +0300
@@ -86,13 +86,17 @@
     virtual void ensureCursorVisibility() = 0;
 
 signals:
+    void aboutToOpen();
+    void aboutToClose();
     void keypadOpened();
     void keypadClosed();
 
 protected:
     virtual void refresh() = 0;
+    virtual bool stateTransitionOngoing() const = 0;
 
     friend class HbInputMethod;
+    friend class HbVkbHostBridge;
 };
 
 #endif // HB_INPUT_VKB_HOST_H