|
|
|||
Location:
QikKeyboardControl.h
class MQikKeyboardObserver;
Keyboard observer interface.
Objects implementing this interface may be set as the keyboard control observer using CQikKeyboardControl::SetObserver() . The functions handle key events from the keyboard control and handles size changes when the active keytop is changed.
Defined in MQikKeyboardObserver:
HandleKeyboardEventL(), HandleKeyboardSizeChanged()
virtual void HandleKeyboardEventL(const TKeyEvent &aKeyEvent)=0;
Handles keyboard events.
The keyboard observers implementation of this function is called whenever one of the keytop buttons is pressed.
The way the event is handled is application dependent.
This function will be called in the Keyboard Observer, as soon as a bottom on one of the Keytops is pressed. It has to be implemented by the Keyboard Observer.
|
CQikKeyboardControlHandleKeyEventL().virtual void HandleKeyboardSizeChanged()=0;
Handle keyboard size changes.
This function is called by the framework whenever the active keytop changes. Keyboard observer classes should provide an implementation to correctly handle the change in size.