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

A dialog for displaying and managing SCTP association graphs. More...

#include <sctp_graph_dialog.h>

Inheritance diagram for SCTPGraphDialog:

Public Slots

void setCaptureFile (capture_file *cf)
 Sets the active capture file for the dialog.
 

Public Member Functions

 SCTPGraphDialog (QWidget *parent=0, const _sctp_assoc_info *assoc=NULL, capture_file *cf=NULL, int dir=0)
 Constructs a new SCTPGraphDialog.
 
 ~SCTPGraphDialog ()
 Destroys the SCTPGraphDialog.
 

Static Public Member Functions

static void save_graph (QDialog *dlg, QCustomPlot *plot)
 Saves the displayed graph to a file.
 

Detailed Description

A dialog for displaying and managing SCTP association graphs.

Constructor & Destructor Documentation

◆ SCTPGraphDialog()

SCTPGraphDialog::SCTPGraphDialog ( QWidget *  parent = 0,
const _sctp_assoc_info assoc = NULL,
capture_file cf = NULL,
int  dir = 0 
)
explicit

Constructs a new SCTPGraphDialog.

Parameters
parentThe parent widget, defaults to 0.
assocPointer to the SCTP association info, defaults to NULL.
cfPointer to the capture file, defaults to NULL.
dirThe direction of the graph, defaults to 0.

Member Function Documentation

◆ save_graph()

void SCTPGraphDialog::save_graph ( QDialog *  dlg,
QCustomPlot *  plot 
)
static

Saves the displayed graph to a file.

Parameters
dlgPointer to the dialog instance.
plotPointer to the custom plot to save.

◆ setCaptureFile

void SCTPGraphDialog::setCaptureFile ( capture_file cf)
inlineslot

Sets the active capture file for the dialog.

Parameters
cfPointer to the capture file.

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