diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbcore/inputfw/hbinputvkbhost.h --- a/src/hbcore/inputfw/hbinputvkbhost.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbcore/inputfw/hbinputvkbhost.h Wed Jun 23 18:33:25 2010 +0300 @@ -43,29 +43,29 @@ Q_OBJECT public: - /*! - Enumerates different keypad states. - */ - enum HbVkbStatus { + /*! + Enumerates different keypad states. + */ + 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 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 HbVkbStatus keypadStatus() const = 0; virtual QSizeF keyboardArea() const = 0; - virtual HbVirtualKeyboard* activeKeypad() const = 0; + virtual HbVirtualKeyboard *activeKeypad() const = 0; virtual QRectF applicationArea() const = 0; virtual HbVkbStatus keypadStatusBeforeOrientationChange() const = 0; - static void attachHost(HbVkbHost* host, QObject* object); - static void detachHost(QObject* object); + static void attachHost(HbVkbHost *host, QObject *object); + static void detachHost(QObject *object); static HbVkbHost *getVkbHost(QObject *object); static HbVkbHost *activeVkbHost();