equal
deleted
inserted
replaced
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); |