src/hbcore/inputfw/hbinputvirtualkeyboard.cpp
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 30 80e4d18b72f5
child 34 ed14f46c0e55
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    34 not reponsible for the visual appearance of the keyboard, but contains methods that HbVkbHost
    34 not reponsible for the visual appearance of the keyboard, but contains methods that HbVkbHost
    35 class needs when interacting with the keyboard. The actual Qt widget inheriting from this
    35 class needs when interacting with the keyboard. The actual Qt widget inheriting from this
    36 class will fill and layout the keyboard contents.
    36 class will fill and layout the keyboard contents.
    37 
    37 
    38 The virtual keyboard host calls aboutToOpen() method when it is about to open the keyboard
    38 The virtual keyboard host calls aboutToOpen() method when it is about to open the keyboard
    39 and aboutToClose() when it is about to close it. Similarily, it calls keyboardOpened()
    39 and aboutToClose() when it is about to close it. Similarly, it calls keyboardOpened()
    40 and keyboardClosed() methods when open and close operations have been completed.
    40 and keyboardClosed() methods when open and close operations have been completed.
    41 
    41 
    42 Every time the host runs keyboard related animations, it calls keyboardAnimationFrame()
    42 Every time the host runs keyboard related animations, it calls keyboardAnimationFrame()
    43 method after each frame so that that the keyboard widget has possibility to run local animation
    43 method after each frame so that that the keyboard widget has possibility to run local animation
    44 effects inside the widget if needed.
    44 effects inside the widget if needed.