Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
export_pdu_dialog.h
Go to the documentation of this file.
1
10
#ifndef EXPORT_PDU_DIALOG_H
11
#define EXPORT_PDU_DIALOG_H
12
13
#include <QDialog>
14
#include <QDebug>
15
16
namespace
Ui {
17
class
ExportPDUDialog
;
18
}
19
23
class
ExportPDUDialog
:
public
QDialog
24
{
25
Q_OBJECT
26
27
public
:
32
explicit
ExportPDUDialog
(QWidget *parent = 0);
33
37
~ExportPDUDialog
();
38
39
private
:
41
Ui::ExportPDUDialog *ui;
42
43
private
slots:
47
void
on_buttonBox_accepted();
48
52
void
on_buttonBox_helpRequested();
53
};
54
55
#endif
// EXPORT_PDU_DIALOG_H
ExportPDUDialog
A dialog for exporting Protocol Data Units (PDUs) to a file.
Definition
export_pdu_dialog.h:24
ExportPDUDialog::~ExportPDUDialog
~ExportPDUDialog()
Destroys the ExportPDUDialog.
Definition
export_pdu_dialog.cpp:56
Generated by
1.9.8