equal
deleted
inserted
replaced
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 |