src/hbplugins/inputmethods/hardwareinput/hbhardwareinputprediction12keyhandler.h
changeset 34 ed14f46c0e55
parent 1 f7ac710697a9
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    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 	bool isActive() const;
    40     bool isActive() const;
    41     
    41     
    42 private:
    42 private:
    43     Q_DECLARE_PRIVATE(HbHardwareInputPrediction12KeyHandler)
    43     Q_DECLARE_PRIVATE(HbHardwareInputPrediction12KeyHandler)
    44     Q_DISABLE_COPY(HbHardwareInputPrediction12KeyHandler)
    44     Q_DISABLE_COPY(HbHardwareInputPrediction12KeyHandler)
    45 };
    45 };