Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
};
19
class
CaptureCommentDialog
:
public
WiresharkDialog
{
…
};
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