1 #ifndef SHIPSSTATSPLOT_H 2 #define SHIPSSTATSPLOT_H 22 double timelineMax = 1e20;
23 double timelineMin = -1e20;
29 QString mSaveFilename;
43 std::tuple<QVector<double>,QVector<double>> getData(
DisplaceModel *model,
47 std::vector<int> shiptypeid);
55 #endif // SHIPSSTATSPLOT_H void createPopup(GraphInteractionController::PopupMenuLocation location, QMenu *menu)
Definition: shipsstatsplot.cpp:222
Definition: BaseStatsPlotImpl.h:13
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
Definition: qcustomplot.h:3582
AggregationType
Definition: plottypes.h:29
Definition: displacemodel.h:71
Definition: shipsstatsplot.h:17
virtual void update()
Definition: StatsPlot.h:19
PopupMenuLocation
Definition: graphinteractioncontroller.h:56
A line from one point to another.
Definition: qcustomplot.h:6123
void setTimelineLimits(double min, double max)
Definition: shipsstatsplot.h:33
ShipsStat
Definition: plottypes.h:14
ShipsStatsPlot(QCustomPlot *plot, QCPItemLine *timeLine)
Definition: shipsstatsplot.cpp:12
Definition: palettemanager.h:62