Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | Protected Slots | List of all members
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)
 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 
)
protectedslot

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: