equal
deleted
inserted
replaced
34 public: |
34 public: |
35 HbHardwareInputBasic12KeyHandler(HbInputAbstractMethod* inputMethod); |
35 HbHardwareInputBasic12KeyHandler(HbInputAbstractMethod* inputMethod); |
36 ~HbHardwareInputBasic12KeyHandler(); |
36 ~HbHardwareInputBasic12KeyHandler(); |
37 |
37 |
38 bool isComposing() const; |
38 bool isComposing() const; |
39 void listInputModes(QVector<HbInputModeProperties>& modes) const; |
|
40 bool actionHandler(HbInputModeAction action); |
39 bool actionHandler(HbInputModeAction action); |
41 bool filterEvent(const QKeyEvent * event); |
40 bool filterEvent(const QKeyEvent * event); |
42 |
41 |
43 private: |
42 private: |
44 Q_DECLARE_PRIVATE(HbHardwareInputBasic12KeyHandler) |
43 Q_DECLARE_PRIVATE(HbHardwareInputBasic12KeyHandler) |