Wireshark
4.7.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
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
A dialog that remembers its geometry and splitter state.
Definition
geometry_state_dialog.h:20
PacketCommentDialog
Dialog for viewing or editing a packet comment.
Definition
packet_comment_dialog.h:23
PacketCommentDialog::~PacketCommentDialog
~PacketCommentDialog()
Destroys the PacketCommentDialog object.
Definition
packet_comment_dialog.cpp:31
PacketCommentDialog::text
QString text()
Retrieves the text of the packet comment.
Definition
packet_comment_dialog.cpp:36
geometry_state_dialog.h
Generated by
1.9.8