An action for triggering a plot generation based on a specific field.
More...
#include <plot_action.h>
|
| void | openPlotDialog (const QString &y_field, bool filtered) |
| | Signal emitted to open the plot dialog.
|
| |
|
| | PlotAction (QObject *parent, const QString &y_field, bool filtered) |
| | Constructs a new PlotAction object.
|
| |
An action for triggering a plot generation based on a specific field.
◆ PlotAction()
| PlotAction::PlotAction |
( |
QObject * |
parent, |
|
|
const QString & |
y_field, |
|
|
bool |
filtered |
|
) |
| |
|
explicit |
Constructs a new PlotAction object.
- Parameters
-
| parent | The parent object. |
| y_field | The Y-axis field to plot. |
| filtered | True if the plot should use filtered data, false otherwise. |
◆ createMenu()
Creates a menu containing plot actions for a given field.
- Parameters
-
| headerinfo | The header information of the field. |
| parent | The parent widget for the menu. |
- Returns
- A pointer to the created QMenu.
◆ openPlotDialog
| void PlotAction::openPlotDialog |
( |
const QString & |
y_field, |
|
|
bool |
filtered |
|
) |
| |
|
signal |
Signal emitted to open the plot dialog.
- Parameters
-
| y_field | The Y-axis field to plot. |
| filtered | True if the plot should use filtered data. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/plot_action.h
- /builds/wireshark/wireshark/ui/qt/plot_action.cpp