src/hbcore/inputfw/hbinputvkbhost.h
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputvkbhost.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/inputfw/hbinputvkbhost.h	Mon Oct 18 18:23:13 2010 +0300
@@ -48,16 +48,13 @@
     */
     enum HbVkbStatus {
         HbVkbStatusClosed,
-        HbVkbStatusMinimized,
         HbVkbStatusOpened,
     };
 
 public:
     virtual ~HbVkbHost() {}
     virtual void openKeypad(HbVirtualKeyboard *vkb = 0, HbInputMethod *owner = 0, bool animationAllowed = true) = 0;
-    virtual void openMinimizedKeypad(HbVirtualKeyboard *vkb, HbInputMethod *owner) = 0;
     virtual void closeKeypad(bool animationAllowed = true) = 0;
-    virtual void minimizeKeypad(bool animationAllowed = true) = 0;
     virtual HbVkbStatus keypadStatus() const = 0;
     virtual QSizeF keyboardArea() const = 0;
     virtual HbVirtualKeyboard *activeKeypad() const = 0;