src/hbplugins/inputmethods/touchinput/hbinputbasic12keyhandler_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 23 e6ad4ef83b23
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    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();