14#ifndef MTP3_SUMMARY_DIALOG_H
15#define MTP3_SUMMARY_DIALOG_H
20class Mtp3SummaryDialog;
45 Ui::Mtp3SummaryDialog *ui;
51 QString summaryToHtml();
struct _capture_file capture_file
Represents a capture file and its associated metadata.
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
~Mtp3SummaryDialog()
Destroys the Mtp3SummaryDialog.
Definition mtp3_summary_dialog.cpp:59
Mtp3SummaryDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new Mtp3SummaryDialog.
Definition mtp3_summary_dialog.cpp:49
virtual void updateWidgets()
Updates the state and contents of the dialog's widgets.
Definition wireshark_dialog.cpp:92
WiresharkDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new WiresharkDialog object.
Definition wireshark_dialog.cpp:30