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

A tree view widget specifically designed for displaying dissector tables. More...

#include <dissector_tables_view.h>

Inheritance diagram for DissectorTablesTreeView:

Public Member Functions

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

Protected Slots

void currentChanged (const QModelIndex &current, const QModelIndex &previous) override
 Slot triggered when the currently selected item in the view changes.

Detailed Description

A tree view widget specifically designed for displaying dissector tables.

Constructor & Destructor Documentation

◆ DissectorTablesTreeView()

DissectorTablesTreeView::DissectorTablesTreeView ( QWidget * parent = 0)

Constructs a new DissectorTablesTreeView.

Parameters
parentThe parent widget, defaults to 0.

Member Function Documentation

◆ currentChanged

void DissectorTablesTreeView::currentChanged ( const QModelIndex & current,
const QModelIndex & previous )
overrideprotectedslot

Slot triggered when the currently selected item in the view changes.

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

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