equal
deleted
inserted
replaced
31 |
31 |
32 public: |
32 public: |
33 HbInputBasic12KeyHandlerPrivate(); |
33 HbInputBasic12KeyHandlerPrivate(); |
34 ~HbInputBasic12KeyHandlerPrivate(); |
34 ~HbInputBasic12KeyHandlerPrivate(); |
35 |
35 |
36 void handleAlphaEvent(int buttonId); |
36 bool handleAlphaEvent(int buttonId, HbKeyboardType type); |
37 bool buttonPressed(const QKeyEvent *keyEvent); |
37 bool buttonPressed(const QKeyEvent *keyEvent); |
38 bool buttonReleased(const QKeyEvent *keyEvent); |
38 bool buttonReleased(const QKeyEvent *keyEvent); |
39 bool actionHandler(HbInputModeHandler::HbInputModeAction action); |
39 bool actionHandler(HbInputModeHandler::HbInputModeAction action); |
40 |
40 |
41 void _q_timeout(); |
41 void _q_timeout(); |