src/hbplugins/inputmethods/hardwareinput/hbhardwareinputprediction12keyhandler.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 23 e6ad4ef83b23
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    35     HbHardwareInputPrediction12KeyHandler(HbInputAbstractMethod *inputMethod);
    35     HbHardwareInputPrediction12KeyHandler(HbInputAbstractMethod *inputMethod);
    36     ~HbHardwareInputPrediction12KeyHandler();
    36     ~HbHardwareInputPrediction12KeyHandler();
    37 
    37 
    38     bool actionHandler(HbInputModeAction action);
    38     bool actionHandler(HbInputModeAction action);
    39     bool filterEvent(const QKeyEvent * event);
    39     bool filterEvent(const QKeyEvent * event);
    40     void listInputModes(QVector<HbInputModeProperties>& aResults) const;
       
    41 	bool isActive() const;
    40 	bool isActive() const;
    42     
    41     
    43 private:
    42 private:
    44     Q_DECLARE_PRIVATE(HbHardwareInputPrediction12KeyHandler)
    43     Q_DECLARE_PRIVATE(HbHardwareInputPrediction12KeyHandler)
    45     Q_DISABLE_COPY(HbHardwareInputPrediction12KeyHandler)
    44     Q_DISABLE_COPY(HbHardwareInputPrediction12KeyHandler)