Switch to unified view

a/src/qtgui/ssearch_w.h b/src/qtgui/ssearch_w.h
1
/* @(#$Id: ssearch_w.h,v 1.1 2006-09-04 15:13:02 dockes Exp $  (C) 2006 J.F.Dockes */
1
/* @(#$Id: ssearch_w.h,v 1.2 2006-11-04 14:49:46 dockes Exp $  (C) 2006 J.F.Dockes */
2
/*
2
/*
3
 *   This program is free software; you can redistribute it and/or modify
3
 *   This program is free software; you can redistribute it and/or modify
4
 *   it under the terms of the GNU General Public License as published by
4
 *   it under the terms of the GNU General Public License as published by
5
 *   the Free Software Foundation; either version 2 of the License, or
5
 *   the Free Software Foundation; either version 2 of the License, or
6
 *   (at your option) any later version.
6
 *   (at your option) any later version.
...
...
34
    ~SSearch(){}
34
    ~SSearch(){}
35
35
36
    virtual void init();
36
    virtual void init();
37
    virtual void setAnyTermMode();
37
    virtual void setAnyTermMode();
38
    virtual void completion();
38
    virtual void completion();
39
    virtual bool event( QEvent * evt );
39
    virtual bool eventFilter(QObject *target, QEvent *event);
40
40
41
public slots:
41
public slots:
42
    virtual void searchTextChanged( const QString & text );
42
    virtual void searchTextChanged( const QString & text );
43
    virtual void startSimpleSearch();
43
    virtual void startSimpleSearch();
44
44
45
signals:
45
signals:
46
    void startSearch(Rcl::AdvSearchData);
46
    void startSearch(Rcl::AdvSearchData);
47
    void clearSearch();
47
    void clearSearch();
48
 private:
49
    bool m_escape;
48
};
50
};
49
51
50
52
51
#endif /* _SSEARCH_W_H_INCLUDED_ */
53
#endif /* _SSEARCH_W_H_INCLUDED_ */