Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
TrafficTreeHeaderView Class Reference

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

#include <traffic_tree.h>

Inheritance diagram for TrafficTreeHeaderView:
AdaptiveHeaderView

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.
Public Member Functions inherited from AdaptiveHeaderView
 AdaptiveHeaderView (Qt::Orientation orientation, QWidget *parent=nullptr)
 Constructs an AdaptiveHeaderView.
virtual QSize sizeHint () const override
 Overriding sizeHint to provide proper heights when font changes.

Additional Inherited Members

Protected Member Functions inherited from AdaptiveHeaderView
virtual void changeEvent (QEvent *event) override

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: