A dialog for displaying and managing SCTP association graphs.
More...
#include <sctp_graph_dialog.h>
|
| static void | save_graph (QDialog *dlg, QCustomPlot *plot) |
| | Saves the displayed graph to a file.
|
| |
A dialog for displaying and managing SCTP association graphs.
◆ SCTPGraphDialog()
Constructs a new SCTPGraphDialog.
- Parameters
-
| parent | The parent widget, defaults to 0. |
| assoc | Pointer to the SCTP association info, defaults to NULL. |
| cf | Pointer to the capture file, defaults to NULL. |
| dir | The direction of the graph, defaults to 0. |
◆ save_graph()
| void SCTPGraphDialog::save_graph |
( |
QDialog * |
dlg, |
|
|
QCustomPlot * |
plot |
|
) |
| |
|
static |
Saves the displayed graph to a file.
- Parameters
-
| dlg | Pointer to the dialog instance. |
| plot | Pointer to the custom plot to save. |
◆ setCaptureFile
Sets the active capture file for the dialog.
- Parameters
-
| cf | Pointer to the capture file. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/sctp_graph_dialog.h
- /builds/wireshark/wireshark/ui/qt/sctp_graph_dialog.cpp