src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler.h
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 23 e6ad4ef83b23
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    36     ~HbInputPrediction12KeyHandler();
    36     ~HbInputPrediction12KeyHandler();
    37 
    37 
    38     bool actionHandler(HbInputModeAction action);
    38     bool actionHandler(HbInputModeAction action);
    39     bool filterEvent(const QKeyEvent * event);
    39     bool filterEvent(const QKeyEvent * event);
    40     bool isActive() const; 
    40     bool isActive() const; 
    41     void processCustomWord(QString customWord);
    41     void mouseHandler(int cursorPosition, QMouseEvent* mouseEvent);
    42 	void mouseHandler(int cursorPosition, QMouseEvent* mouseEvent);
       
    43 protected:
    42 protected:
    44 	HbInputPrediction12KeyHandler(HbInputPrediction12KeyHandlerPrivate &dd, HbInputAbstractMethod* inputMethod);
    43 	HbInputPrediction12KeyHandler(HbInputPrediction12KeyHandlerPrivate &dd, HbInputAbstractMethod* inputMethod);
    45 private:
    44 private:
    46     Q_DECLARE_PRIVATE_D(d_ptr, HbInputPrediction12KeyHandler)
    45     Q_DECLARE_PRIVATE_D(d_ptr, HbInputPrediction12KeyHandler)
    47     Q_DISABLE_COPY(HbInputPrediction12KeyHandler)
    46     Q_DISABLE_COPY(HbInputPrediction12KeyHandler)