Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
17{
18 Q_OBJECT
19
20public:
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
27protected:
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
Definition capture_file.h:21
Definition plot_dialog.h:78
Definition stratoshark_plot_dialog.h:17