Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
capture_comment_dialog.h
Go to the documentation of this file.
1
10
#ifndef CAPTURE_COMMENT_DIALOG_H
11
#define CAPTURE_COMMENT_DIALOG_H
12
13
#include "
wireshark_dialog.h
"
14
15
namespace
Ui {
16
class
CaptureCommentDialog
;
17
}
18
19
class
CaptureCommentDialog
:
public
WiresharkDialog
20
{
21
Q_OBJECT
22
23
public
:
24
explicit
CaptureCommentDialog
(QWidget &parent,
CaptureFile
&
capture_file
);
25
~CaptureCommentDialog
();
26
27
signals:
28
void
captureCommentChanged();
29
30
private
slots:
31
void
addComment();
32
void
updateWidgets();
33
void
on_buttonBox_helpRequested();
34
void
on_buttonBox_accepted();
35
void
on_buttonBox_rejected();
36
37
private
:
38
QPushButton *actionAddButton;
39
Ui::CaptureCommentDialog *ui;
40
};
41
42
#endif
// CAPTURE_COMMENT_DIALOG_H
CaptureCommentDialog
Definition
capture_comment_dialog.h:20
CaptureFile
Definition
capture_file.h:21
WiresharkDialog
Definition
wireshark_dialog.h:35
_capture_file
Definition
cfile.h:67
wireshark_dialog.h
Generated by
1.9.8