src/hbplugins/inputmethods/touchinput/hbinputprediction12keyhandler.h
changeset 34 ed14f46c0e55
parent 5 627c4a0fd0e7
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    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 mouseHandler(int cursorPosition, QMouseEvent* mouseEvent);
    41     void mouseHandler(int cursorPosition, QMouseEvent* mouseEvent);
    42 protected:
    42 protected:
    43 	HbInputPrediction12KeyHandler(HbInputPrediction12KeyHandlerPrivate &dd, HbInputAbstractMethod* inputMethod);
    43     HbInputPrediction12KeyHandler(HbInputPrediction12KeyHandlerPrivate &dd, HbInputAbstractMethod* inputMethod);
    44 private:
    44 private:
    45     Q_DECLARE_PRIVATE_D(d_ptr, HbInputPrediction12KeyHandler)
    45     Q_DECLARE_PRIVATE_D(d_ptr, HbInputPrediction12KeyHandler)
    46     Q_DISABLE_COPY(HbInputPrediction12KeyHandler)
    46     Q_DISABLE_COPY(HbInputPrediction12KeyHandler)
    47 };
    47 };
    48 
    48