Wireshark
4.7.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
22
class
CaptureCommentDialog
:
public
WiresharkDialog
23
{
24
Q_OBJECT
25
26
public
:
32
explicit
CaptureCommentDialog
(QWidget &parent,
CaptureFile
&
capture_file
);
33
37
~CaptureCommentDialog
();
38
39
signals:
43
void
captureCommentChanged
();
44
45
private
slots:
49
void
addComment();
50
54
void
updateWidgets();
55
59
void
on_buttonBox_helpRequested();
60
64
void
on_buttonBox_accepted();
65
69
void
on_buttonBox_rejected();
70
71
private
:
73
QPushButton *actionAddButton;
74
76
Ui::CaptureCommentDialog *ui;
77
};
78
79
#endif
// CAPTURE_COMMENT_DIALOG_H
CaptureCommentDialog
A dialog window for viewing and editing capture file comments.
Definition
capture_comment_dialog.h:23
CaptureCommentDialog::~CaptureCommentDialog
~CaptureCommentDialog()
Destroys the CaptureCommentDialog.
Definition
capture_comment_dialog.cpp:138
CaptureCommentDialog::captureCommentChanged
void captureCommentChanged()
Signal emitted when a capture comment has been modified.
CaptureFile
Manages a capture file and its associated state and operations.
Definition
capture_file.h:27
WiresharkDialog
Base class for Wireshark specific dialogs that require interaction with a CaptureFile.
Definition
wireshark_dialog.h:38
_capture_file
Represents a capture file and its associated metadata.
Definition
cfile.h:84
wireshark_dialog.h
Generated by
1.9.8