src/hbplugins/inputmethods/hardwareinput/hbhardware12key.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    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);