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