src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    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