src/hbplugins/inputmethods/touchinput/hbinputpredictionqwertyhandler.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    34 public:
    34 public:
    35     HbInputPredictionQwertyHandler(HbInputAbstractMethod *inputMethod);
    35     HbInputPredictionQwertyHandler(HbInputAbstractMethod *inputMethod);
    36     ~HbInputPredictionQwertyHandler();
    36     ~HbInputPredictionQwertyHandler();
    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(QString character);
    41     void sctCharacterSelected(QString character);
    43     void characterPreviewAvailable(bool available);
    42     void characterPreviewAvailable(bool available);
    44     bool isActive() const; 
    43     bool isActive() const;