equal
deleted
inserted
replaced
31 class HbHardwareInputNumericQwertyHandler: public HbInputNumericHandler |
31 class HbHardwareInputNumericQwertyHandler: public HbInputNumericHandler |
32 { |
32 { |
33 Q_OBJECT |
33 Q_OBJECT |
34 public: |
34 public: |
35 HbHardwareInputNumericQwertyHandler(HbInputAbstractMethod* inputMethod); |
35 HbHardwareInputNumericQwertyHandler(HbInputAbstractMethod* inputMethod); |
36 ~HbHardwareInputNumericQwertyHandler(); |
36 ~HbHardwareInputNumericQwertyHandler(); |
37 |
37 |
38 void listInputModes(QVector<HbInputModeProperties>& modes) const; |
|
39 bool actionHandler(HbInputModeAction action); |
38 bool actionHandler(HbInputModeAction action); |
40 bool filterEvent(const QKeyEvent * event); |
39 bool filterEvent(const QKeyEvent * event); |
41 |
40 |
42 private: |
41 private: |
43 Q_DECLARE_PRIVATE(HbHardwareInputNumericQwertyHandler) |
42 Q_DECLARE_PRIVATE(HbHardwareInputNumericQwertyHandler) |