10 #ifndef CAPTURE_FILTER_COMBO_H
11 #define CAPTURE_FILTER_COMBO_H
23 bool addRecentCapture(
const char *filter);
24 void writeRecent(FILE *rf);
25 void setConflict(
bool conflict =
false) { cf_edit_->setConflict(conflict); }
28 void interfacesChanged();
29 void captureFilterSyntaxChanged(
bool valid);
33 virtual bool event(QEvent *event);
36 void updateStyleSheet();
40 void saveAndRebuildFilterList();
41 void rebuildFilterList();
Definition: capture_filter_combo.h:19
Definition: capture_filter_edit.h:23