src/hbinput/inputwidgets/hbinputcandidatelist.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    46 
    46 
    47     void populateList(const QStringList& candidates);
    47     void populateList(const QStringList& candidates);
    48     QString currentCandidate();
    48     QString currentCandidate();
    49     void setNumberOfVisibleLines(int numLines);
    49     void setNumberOfVisibleLines(int numLines);
    50     bool setSizeAndPositionForAutoCompletion(HbVkbHost *vkbHost);
    50     bool setSizeAndPositionForAutoCompletion(HbVkbHost *vkbHost);
       
    51 
    51 signals:
    52 signals:
    52 	void candidatePopupCancelled();
    53     void candidatePopupCancelled();
    53 
    54 
    54 protected  : 
    55 protected:
    55     void closeEvent(QCloseEvent* event);
    56     void closeEvent(QCloseEvent* event);
    56     void keyPressEvent(QKeyEvent* event);
    57     void keyPressEvent(QKeyEvent* event);
    57     void hideEvent(QHideEvent * event);
    58     void hideEvent(QHideEvent * event);
    58     void updatePrimitives();
    59     void updatePrimitives();
    59 
    60