src/hbplugins/inputmethods/hardwareinput/hbhardwareinputnumeric12keyhandler.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 23 e6ad4ef83b23
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    33 	Q_OBJECT
    33 	Q_OBJECT
    34 public:
    34 public:
    35 	HbHardwareInputNumeric12KeyHandler(HbInputAbstractMethod* inputMethod);
    35 	HbHardwareInputNumeric12KeyHandler(HbInputAbstractMethod* inputMethod);
    36 	~HbHardwareInputNumeric12KeyHandler();
    36 	~HbHardwareInputNumeric12KeyHandler();
    37 
    37 
    38     void listInputModes(QVector<HbInputModeProperties>& modes) const;
       
    39 	bool actionHandler(HbInputModeAction action);
    38 	bool actionHandler(HbInputModeAction action);
    40 	bool filterEvent(const QKeyEvent * event);
    39 	bool filterEvent(const QKeyEvent * event);
    41 
    40 
    42 private:
    41 private:
    43 	Q_DECLARE_PRIVATE(HbHardwareInputNumeric12KeyHandler)
    42 	Q_DECLARE_PRIVATE(HbHardwareInputNumeric12KeyHandler)