10#ifndef DISPLAY_FILTER_COMBO_H
11#define DISPLAY_FILTER_COMBO_H
53 void rowsInserted(
const QModelIndex&,
int first,
int last);
86 void updateMaxCount();
93 void filterApplied(QString filter,
bool force);
A combo box widget tailored for entering, evaluating, and storing display filters.
Definition display_filter_combo.h:20
void applyDisplayFilter()
Applies the currently entered display filter.
Definition display_filter_combo.cpp:177
virtual bool event(QEvent *event)
Handles general events directed to the combo box.
Definition display_filter_combo.cpp:139
bool addRecentCapture(const char *filter)
Adds a display filter to the list of recently used captures.
void writeRecent(FILE *rf)
Writes the list of recent display filters to a given file handle.
void rowsInserted(const QModelIndex &, int first, int last)
Handles the insertion of rows into the combo box's model.
Definition display_filter_combo.cpp:102
bool checkDisplayFilter()
Validates the syntax of the currently entered display filter.
Definition display_filter_combo.cpp:168
void setDisplayFilter(QString filter)
Sets the text of the display filter input.
Definition display_filter_combo.cpp:184
void updateStyleSheet()
Updates the widget's style sheet based on its current syntax validation state.
Definition display_filter_combo.cpp:163