Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
stratoshark
stratoshark_plot_dialog.h
Go to the documentation of this file.
1
10
#ifndef STRATOSHARK_PLOT_DIALOG_H
11
#define STRATOSHARK_PLOT_DIALOG_H
12
13
#include <config.h>
14
#include "
plot_dialog.h
"
15
16
class
StratosharkPlotDialog
:
public
PlotDialog
17
{
18
Q_OBJECT
19
20
public
:
21
explicit
StratosharkPlotDialog
(QWidget& parent,
CaptureFile
& cf);
22
virtual
~StratosharkPlotDialog
();
23
24
// Overloaded to provide default plot_event_fields.
25
void
initialize(QWidget& parent,
bool
show_default =
true
);
26
27
protected
:
28
virtual
QString getFilteredName()
const override
;
29
virtual
QString getYAxisName()
const override
;
30
virtual
QString getHintText(
unsigned
num_items)
const override
;
31
virtual
void
addDefaultPlot(
bool
enabled,
bool
filtered)
override
;
32
};
33
34
#endif
// STRATOSHARK_PLOT_DIALOG_H
CaptureFile
Definition
capture_file.h:21
PlotDialog
Definition
plot_dialog.h:78
StratosharkPlotDialog
Definition
stratoshark_plot_dialog.h:17
plot_dialog.h
Generated by
1.9.8