Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
plot_action.h
Go to the documentation of this file.
1
13
#ifndef PLOT_ACTION_H
14
#define PLOT_ACTION_H
15
16
#include <
ui/qt/utils/field_information.h
>
17
18
#include <QAction>
19
20
class
PlotAction
:
public
QAction
21
{
22
Q_OBJECT
23
public
:
24
explicit
PlotAction
(QObject* parent,
const
QString& y_field,
bool
filtered);
25
static
QMenu* createMenu(
const
FieldInformation::HeaderInfo
& headerinfo, QWidget* parent);
26
27
signals:
28
void
openPlotDialog(
const
QString&,
bool
);
29
30
private
:
31
QString y_field_;
32
};
33
34
#endif
// PLOT_ACTION_H
PlotAction
Definition
plot_action.h:21
field_information.h
FieldInformation::HeaderInfo
Definition
field_information.h:30
Generated by
1.9.8