equal
deleted
inserted
replaced
28 #include "hbinputmodehandler.h" |
28 #include "hbinputmodehandler.h" |
29 |
29 |
30 class HbHardwareInputNumeric12KeyHandlerPrivate; |
30 class HbHardwareInputNumeric12KeyHandlerPrivate; |
31 class HbHardwareInputNumeric12KeyHandler: public HbInputNumericHandler |
31 class HbHardwareInputNumeric12KeyHandler: public HbInputNumericHandler |
32 { |
32 { |
33 Q_OBJECT |
33 Q_OBJECT |
34 public: |
34 public: |
35 HbHardwareInputNumeric12KeyHandler(HbInputAbstractMethod* inputMethod); |
35 HbHardwareInputNumeric12KeyHandler(HbInputAbstractMethod* inputMethod); |
36 ~HbHardwareInputNumeric12KeyHandler(); |
36 ~HbHardwareInputNumeric12KeyHandler(); |
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 |
40 |
41 private: |
41 private: |
42 Q_DECLARE_PRIVATE(HbHardwareInputNumeric12KeyHandler) |
42 Q_DECLARE_PRIVATE(HbHardwareInputNumeric12KeyHandler) |
43 Q_DISABLE_COPY(HbHardwareInputNumeric12KeyHandler) |
43 Q_DISABLE_COPY(HbHardwareInputNumeric12KeyHandler) |
44 }; |
44 }; |
45 |
45 |
46 #endif //HB_HARDWARE_INPUT_NUMERIC_12KEY_HANDLER |
46 #endif //HB_HARDWARE_INPUT_NUMERIC_12KEY_HANDLER |