src/hbinput/inputwidgets/hbinputcandidatelist.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    49     void setNumberOfVisibleLines(int numLines);
    49     void setNumberOfVisibleLines(int numLines);
    50     bool setSizeAndPositionForAutoCompletion(HbVkbHost *vkbHost);
    50     bool setSizeAndPositionForAutoCompletion(HbVkbHost *vkbHost);
    51 
    51 
    52 signals:
    52 signals:
    53     void candidatePopupCancelled();
    53     void candidatePopupCancelled();
       
    54     void candidateSelected(int key, const QString &candidate);
    54 
    55 
    55 protected:
    56 protected:
    56     void closeEvent(QCloseEvent* event);
    57     void closeEvent(QCloseEvent* event);
    57     void keyPressEvent(QKeyEvent* event);
    58     void keyPressEvent(QKeyEvent* event);
    58     void hideEvent(QHideEvent * event);
    59     void hideEvent(QHideEvent * event);