Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Types | Public Slots | Signals | Public Member Functions | Friends | List of all members
TrafficTree Class Reference
Inheritance diagram for TrafficTree:

Public Types

enum  eTrafficTreeClipboard { CLIPBOARD_CSV , CLIPBOARD_YAML , CLIPBOARD_JSON }
 Type for the selection of export. More...
 

Public Slots

void tapListenerEnabled (bool enable)
 
void disableTap ()
 
void columnsChanged (QList< int > columns)
 

Signals

void filterAction (QString filter, FilterAction::Action action, FilterAction::ActionType type)
 
void columnsHaveChanged (QList< int > columns)
 

Public Member Functions

 TrafficTree (QString baseName, GList **recentColumnList, QWidget *parent=nullptr)
 
QMenu * createCopyMenu (QWidget *parent=nullptr)
 Create a menu containing clipboard copy entries for this tab.
 
void applyRecentColumns ()
 
virtual void setModel (QAbstractItemModel *model) override
 

Friends

class TrafficTreeHeaderView
 

Member Enumeration Documentation

◆ eTrafficTreeClipboard

Type for the selection of export.

See also
copyToClipboard

Member Function Documentation

◆ createCopyMenu()

QMenu * TrafficTree::createCopyMenu ( QWidget *  parent = nullptr)

Create a menu containing clipboard copy entries for this tab.

It will create all entries, including copying the content of the currently selected tab to CSV, YAML and JSON

Parameters
parentthe parent object or null
Returns
QMenu* the resulting menu or null

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