equal
deleted
inserted
replaced
32 { |
32 { |
33 Q_OBJECT |
33 Q_OBJECT |
34 public: |
34 public: |
35 HbHardwareInputBasicQwertyHandler(HbInputAbstractMethod* inputMethod); |
35 HbHardwareInputBasicQwertyHandler(HbInputAbstractMethod* inputMethod); |
36 ~HbHardwareInputBasicQwertyHandler(); |
36 ~HbHardwareInputBasicQwertyHandler(); |
37 void listInputModes(QVector<HbInputModeProperties>& modes) const; |
|
38 bool isComposing() const; |
37 bool isComposing() const; |
39 bool actionHandler(HbInputModeAction action); |
38 bool actionHandler(HbInputModeAction action); |
40 bool filterEvent(const QKeyEvent * event); |
39 bool filterEvent(const QKeyEvent * event); |
41 void sctCharacterSelected(QChar character); |
40 void sctCharacterSelected(QChar character); |
42 |
41 |