qcpix/tsrc/orbitsearch/searchhelper.h
changeset 14 8bd192d47aaa
parent 13 fcb2a58c181b
equal deleted inserted replaced
13:fcb2a58c181b 14:8bd192d47aaa
    25 
    25 
    26 class SearchHelper: public QObject
    26 class SearchHelper: public QObject
    27     {
    27     {
    28 Q_OBJECT
    28 Q_OBJECT
    29 public:
    29 public:
    30     SearchHelper(HbLineEdit*, HbPushButton*, HbTextEdit* );
    30     SearchHelper(HbLineEdit*, HbPushButton*, HbTextEdit*, HbLineEdit*, HbLineEdit*, HbPushButton* );
    31     ~SearchHelper();
    31     ~SearchHelper();
    32 
    32 
    33 public slots:
    33 public slots:
    34     void doSearch();
    34     void doSearch();
       
    35     void showdocs();
    35     
    36     
    36 private:
    37 private:
    37     ORBIT_SEARCH_CONTROLS //Not owned.
    38     ORBIT_SEARCH_CONTROLS //Not owned.
    38     CpixSearcher* searcher;//Owned
    39     CpixSearcher* searcher;//Owned
    39     QTime searchTime;
    40     QTime searchTime;
       
    41     QString resultString;
       
    42     int iHits;
    40     };
    43     };
    41 
    44 
    42 #endif /* HELPER_H_ */
    45 #endif /* HELPER_H_ */