equal
deleted
inserted
replaced
57 bool isComposing() const; |
57 bool isComposing() const; |
58 QString language(); |
58 QString language(); |
59 void reset(); |
59 void reset(); |
60 void mouseHandler(int cursorPosition, QMouseEvent* event); |
60 void mouseHandler(int cursorPosition, QMouseEvent* event); |
61 bool usePrediction() const; |
61 bool usePrediction() const; |
62 public: // From HbInputMethod |
62 public: // From HbInputMethod |
63 void listInputModes(QVector<HbInputModeProperties>& results); |
|
64 void focusReceived(); |
63 void focusReceived(); |
65 void focusLost(bool focusSwitch); |
64 void focusLost(bool focusSwitch); |
66 void inputLanguageChanged(int newLanguage); |
65 void inputLanguageChanged(int newLanguage); |
67 void inputStateActivated(const HbInputState& newState); |
66 void inputStateActivated(const HbInputState& newState); |
68 bool filterEvent(const QEvent *event); |
67 bool filterEvent(const QEvent *event); |