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
packet_comment_dialog.h
Go to the documentation of this file.
1
10
#ifndef PACKET_COMMENT_DIALOG_H
11
#define PACKET_COMMENT_DIALOG_H
12
13
#include "
geometry_state_dialog.h
"
14
15
namespace
Ui {
16
class
PacketCommentDialog
;
17
}
18
19
class
PacketCommentDialog
:
public
GeometryStateDialog
20
{
21
Q_OBJECT
22
23
public
:
24
explicit
PacketCommentDialog
(
bool
isEdit, QWidget *parent = 0, QString comment = QString());
25
~PacketCommentDialog
();
26
QString text();
27
28
private
slots:
29
void
on_buttonBox_helpRequested();
30
31
private
:
32
Ui::PacketCommentDialog *pc_ui_;
33
};
19
class
PacketCommentDialog
:
public
GeometryStateDialog
{
…
};
34
35
#endif
// PACKET_COMMENT_DIALOG_H
GeometryStateDialog
Definition
geometry_state_dialog.h:17
PacketCommentDialog
Definition
packet_comment_dialog.h:20
geometry_state_dialog.h
Generated by
1.9.8