Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
TrafficTreeHeaderView Class Reference

Header view for the traffic tree providing column customization and filtering. More...

#include <traffic_tree.h>

Inheritance diagram for TrafficTreeHeaderView:

Signals

void columnsHaveChanged (QList< int > visible)
 Signal emitted when the visible columns have changed.
 
void filterOnColumn (int column, int filterOn, QString filterText)
 Signal emitted to filter data based on a column's criteria.
 

Public Member Functions

 TrafficTreeHeaderView (GList **recentColumnList, QWidget *parent=nullptr)
 Constructs a new TrafficTreeHeaderView.
 
 ~TrafficTreeHeaderView ()
 Destroys the TrafficTreeHeaderView.
 
void applyRecent ()
 Applies the recently used column settings.
 

Detailed Description

Header view for the traffic tree providing column customization and filtering.

Constructor & Destructor Documentation

◆ TrafficTreeHeaderView()

TrafficTreeHeaderView::TrafficTreeHeaderView ( GList **  recentColumnList,
QWidget *  parent = nullptr 
)

Constructs a new TrafficTreeHeaderView.

Parameters
recentColumnListPointer to a GList of recently visible columns.
parentThe parent widget, defaults to nullptr.

Member Function Documentation

◆ columnsHaveChanged

void TrafficTreeHeaderView::columnsHaveChanged ( QList< int >  visible)
signal

Signal emitted when the visible columns have changed.

Parameters
visibleList of visible column indices.

◆ filterOnColumn

void TrafficTreeHeaderView::filterOnColumn ( int  column,
int  filterOn,
QString  filterText 
)
signal

Signal emitted to filter data based on a column's criteria.

Parameters
columnThe column index to filter on.
filterOnThe filter operation type.
filterTextThe text value to filter against.

The documentation for this class was generated from the following files: