41 #ifndef YQPkgSearchFilterView_h
42 #define YQPkgSearchFilterView_h
88 bool check( ZyppSel selectable,
136 void message(
const QString & text );
162 bool check( ZyppSel selectable,
164 const QRegExp & regexp );
169 bool check(
const string & attribute,
const QRegExp & regexp );
176 bool check(
const zypp::Capabilities & capSet,
const QRegExp & regexp );
180 QComboBox * _searchText;
181 QPushButton * _searchButton;
183 QCheckBox * _searchInName;
184 QCheckBox * _searchInKeywords;
185 QCheckBox * _searchInSummary;
186 QCheckBox * _searchInDescription;
187 QCheckBox * _searchInRequires;
188 QCheckBox * _searchInProvides;
189 QCheckBox * _searchInFileList;
191 QComboBox * _searchMode;
192 QCheckBox * _caseSensitive;
199 #endif // ifndef YQPkgSearchFilterView_h