Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FilterListModel::FilterListValue Struct Reference

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
 

Detailed Description

Represents a single filter entry with a name and an expression.

Constructor & Destructor Documentation

◆ FilterListValue()

FilterListModel::FilterListValue::FilterListValue ( QString  n,
QString  e 
)
inline

Constructs a new FilterListValue.

Parameters
nThe name of the filter.
eThe expression of the filter.

Member Data Documentation

◆ expression

QString FilterListModel::FilterListValue::expression

The filter expression string.

◆ name

QString FilterListModel::FilterListValue::name

The name of the filter.


The documentation for this struct was generated from the following file: