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

A custom tree view for displaying expert information. More...

#include <expert_info_view.h>

Inheritance diagram for ExpertInfoTreeView:

Signals

void goToPacket (int packet_num, int hf_id)
 Signal emitted to navigate to a specific packet.
 

Public Member Functions

 ExpertInfoTreeView (QWidget *parent=0)
 Constructs a new ExpertInfoTreeView.
 

Protected Slots

void currentChanged (const QModelIndex &current, const QModelIndex &previous)
 Handles the event when the current item selection changes.
 

Detailed Description

A custom tree view for displaying expert information.

Constructor & Destructor Documentation

◆ ExpertInfoTreeView()

ExpertInfoTreeView::ExpertInfoTreeView ( QWidget *  parent = 0)

Constructs a new ExpertInfoTreeView.

Parameters
parentThe parent widget, defaults to 0.

Member Function Documentation

◆ currentChanged

void ExpertInfoTreeView::currentChanged ( const QModelIndex &  current,
const QModelIndex &  previous 
)
protectedslot

Handles the event when the current item selection changes.

Parameters
currentThe newly selected model index.
previousThe previously selected model index.

◆ goToPacket

void ExpertInfoTreeView::goToPacket ( int  packet_num,
int  hf_id 
)
signal

Signal emitted to navigate to a specific packet.

Parameters
packet_numThe target packet number.
hf_idThe associated header field ID.

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