Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
packet_comment_dialog.h
Go to the documentation of this file.
1
9
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
22
class
PacketCommentDialog
:
public
GeometryStateDialog
23
{
24
Q_OBJECT
25
26
public
:
33
explicit
PacketCommentDialog
(
bool
isEdit, QWidget *parent = 0, QString comment = QString());
34
38
~PacketCommentDialog
();
39
44
QString
text
();
45
46
private
slots:
50
void
on_buttonBox_helpRequested();
51
52
private
:
54
Ui::PacketCommentDialog *pc_ui_;
55
};
56
57
#endif
// PACKET_COMMENT_DIALOG_H
GeometryStateDialog::GeometryStateDialog
GeometryStateDialog(QWidget *parent, Qt::WindowFlags f=Qt::Window)
Constructs a new GeometryStateDialog with the specified parent and window flags.
Definition
geometry_state_dialog.h:91
PacketCommentDialog::~PacketCommentDialog
~PacketCommentDialog()
Destroys the PacketCommentDialog object.
Definition
packet_comment_dialog.cpp:31
PacketCommentDialog::PacketCommentDialog
PacketCommentDialog(bool isEdit, QWidget *parent=0, QString comment=QString())
Constructs a new PacketCommentDialog object.
Definition
packet_comment_dialog.cpp:15
PacketCommentDialog::text
QString text()
Retrieves the text of the packet comment.
Definition
packet_comment_dialog.cpp:36
geometry_state_dialog.h
Generated by
1.15.0