10#ifndef CAPTURE_FILTER_COMBO_H
11#define CAPTURE_FILTER_COMBO_H
80 void updateStyleSheet();
89 void saveAndRebuildFilterList();
94 void rebuildFilterList();
A combo box widget for entering and selecting capture filters, providing a history of recently used f...
Definition capture_filter_combo.h:22
bool addRecentCapture(const char *filter)
Adds a filter to the list of recently used capture filters.
void setConflict(bool conflict=false)
Sets the conflict state of the capture filter edit widget.
Definition capture_filter_combo.h:49
void startCapture()
Signal emitted to request starting a packet capture.
void writeRecent(FILE *rf)
Writes the recent capture filters to the provided file.
Definition capture_filter_combo.cpp:56
void interfacesChanged()
Signal emitted when the available network interfaces change.
void captureFilterSyntaxChanged(bool valid)
Signal emitted when the validity of the current capture filter syntax changes.
virtual bool event(QEvent *event)
Handles general events directed to the combo box.
Definition capture_filter_combo.cpp:68
A line edit widget specialized for editing, validating, and managing capture filters.
Definition capture_filter_edit.h:26
void setConflict(bool conflict=false)
Sets the visual conflict state of the capture filter edit.
Definition capture_filter_edit.cpp:286