src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    36     ~HbInputBasicQwertyHandler();
    36     ~HbInputBasicQwertyHandler();
    37     bool isComposing() const;
    37     bool isComposing() const;
    38     bool actionHandler(HbInputModeAction action);
    38     bool actionHandler(HbInputModeAction action);
    39     bool filterEvent(const QKeyEvent * event);
    39     bool filterEvent(const QKeyEvent * event);
    40     void sctCharacterSelected(QString character);
    40     void sctCharacterSelected(QString character);
    41     void characterPreviewAvailable(bool available);
       
    42 
       
    43 public slots:
       
    44     void charFromPreviewSelected(QString character);
       
    45 
    41 
    46 private:
    42 private:
    47     Q_DECLARE_PRIVATE_D(d_ptr, HbInputBasicQwertyHandler)
    43     Q_DECLARE_PRIVATE_D(d_ptr, HbInputBasicQwertyHandler)
    48     Q_DISABLE_COPY(HbInputBasicQwertyHandler)
    44     Q_DISABLE_COPY(HbInputBasicQwertyHandler)
    49 };
    45 };