Wireshark
4.5.0
The Wireshark network protocol analyzer
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
};
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