|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single filter entry with a name and an expression. More...
#include <filter_list_model.h>
Public Member Functions | |
| FilterListValue (QString n, QString e) | |
| Constructs a new FilterListValue. | |
Public Attributes | |
| QString | name |
| QString | expression |
Represents a single filter entry with a name and an expression.
|
inline |
Constructs a new FilterListValue.
| n | The name of the filter. |
| e | The expression of the filter. |
| QString FilterListModel::FilterListValue::expression |
The filter expression string.
| QString FilterListModel::FilterListValue::name |
The name of the filter.