src/hbplugins/inputmethods/hardwareinput/hbhardwareqwerty.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 23 e6ad4ef83b23
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    59     void reset();
    59     void reset();
    60     void mouseHandler(int x, QMouseEvent* aEvent);
    60     void mouseHandler(int x, QMouseEvent* aEvent);
    61     bool filterEvent(const QEvent *event);
    61     bool filterEvent(const QEvent *event);
    62 
    62 
    63 public: // From HbInputMethod
    63 public: // From HbInputMethod
    64     void listInputModes(QVector<HbInputModeProperties>& results);
       
    65     void focusReceived();
    64     void focusReceived();
    66     void focusLost(bool focusSwitch);
    65     void focusLost(bool focusSwitch);
    67     void InputLanguageChanged(int newLanguage); 
    66     void InputLanguageChanged(int newLanguage); 
    68     void inputStateActivated(const HbInputState& newState);
    67     void inputStateActivated(const HbInputState& newState);
    69     void candidatePopupClosed(int closingKey);
    68     void candidatePopupClosed(int closingKey);