|
a/src/qtgui/advsearch_w.h |
|
b/src/qtgui/advsearch_w.h |
1 |
#ifndef _ADVSEARCH_W_H_INCLUDED_
|
1 |
#ifndef _ADVSEARCH_W_H_INCLUDED_
|
2 |
#define _ADVSEARCH_W_H_INCLUDED_
|
2 |
#define _ADVSEARCH_W_H_INCLUDED_
|
3 |
/* @(#$Id: advsearch_w.h,v 1.10 2006-12-04 09:56:26 dockes Exp $ (C) 2005 J.F.Dockes */
|
3 |
/* @(#$Id: advsearch_w.h,v 1.11 2006-12-20 13:12:49 dockes Exp $ (C) 2005 J.F.Dockes */
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
8 |
* (at your option) any later version.
|
8 |
* (at your option) any later version.
|
|
... |
|
... |
63 |
public slots:
|
63 |
public slots:
|
64 |
virtual void delFiltypPB_clicked();
|
64 |
virtual void delFiltypPB_clicked();
|
65 |
virtual void delAFiltypPB_clicked();
|
65 |
virtual void delAFiltypPB_clicked();
|
66 |
virtual void addFiltypPB_clicked();
|
66 |
virtual void addFiltypPB_clicked();
|
67 |
virtual void addAFiltypPB_clicked();
|
67 |
virtual void addAFiltypPB_clicked();
|
68 |
virtual void restrictFtCB_toggled(bool on);
|
68 |
virtual void restrictFtCB_toggled(bool);
|
|
|
69 |
virtual void restrictCtCB_toggled(bool);
|
69 |
virtual void searchPB_clicked();
|
70 |
virtual void searchPB_clicked();
|
70 |
virtual void browsePB_clicked();
|
71 |
virtual void browsePB_clicked();
|
71 |
virtual void saveFileTypes();
|
72 |
virtual void saveFileTypes();
|
72 |
virtual void delClause();
|
73 |
virtual void delClause();
|
73 |
virtual void addClause();
|
74 |
virtual void addClause();
|
|
... |
|
... |
82 |
|
83 |
|
83 |
private:
|
84 |
private:
|
84 |
virtual void init();
|
85 |
virtual void init();
|
85 |
std::list<SearchClauseW *> m_clauseWins;
|
86 |
std::list<SearchClauseW *> m_clauseWins;
|
86 |
void saveCnf();
|
87 |
void saveCnf();
|
|
|
88 |
void fillFileTypes();
|
87 |
};
|
89 |
};
|
88 |
|
90 |
|
89 |
|
91 |
|
90 |
#endif /* _ADVSEARCH_W_H_INCLUDED_ */
|
92 |
#endif /* _ADVSEARCH_W_H_INCLUDED_ */
|