src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.h
equal
deleted
inserted
replaced
33 Q_OBJECT |
33 Q_OBJECT |
34 public: |
34 public: |
35 HbHardwareInputPredictionQwertyHandler(HbInputAbstractMethod *inputMethod); |
35 HbHardwareInputPredictionQwertyHandler(HbInputAbstractMethod *inputMethod); |
36 ~HbHardwareInputPredictionQwertyHandler(); |
36 ~HbHardwareInputPredictionQwertyHandler(); |
37 |
37 |
38 bool filterEvent(const QKeyEvent * event); |
38 bool filterEvent(const QKeyEvent * event); |
39 void listInputModes(QVector<HbInputModeProperties>& aResults) const; |
|
40 bool actionHandler(HbInputModeAction action); |
39 bool actionHandler(HbInputModeAction action); |
41 void processExactWord(QString exactWord); |
40 void processExactWord(QString exactWord); |
42 void sctCharacterSelected(QChar character); |
41 void sctCharacterSelected(QChar character); |
43 bool isActive() const; |
42 bool isActive() const; |
44 |
43 |