1 #ifndef BENTHOSSTATSPLOT_H 2 #define BENTHOSSTATSPLOT_H 22 double timelineMax = 1e20;
23 double timelineMin = -1e20;
26 QString mSaveFilename;
50 #endif // BENTHOSSTATSPLOT_H BenthosStatsPlot(QCustomPlot *plot, QCPItemLine *timeLine)
Definition: benthosstatsplot.cpp:13
Definition: StatsPlot.h:13
void doUpdate() override
Definition: benthosstatsplot.cpp:199
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
Definition: qcustomplot.h:3582
Definition: benthosstatsplot.h:17
AggregationType
Definition: plottypes.h:29
Definition: displacemodel.h:71
void setTimelineLimits(double min, double max)
Definition: benthosstatsplot.h:34
virtual void update()
Definition: StatsPlot.h:19
PopupMenuLocation
Definition: graphinteractioncontroller.h:56
A line from one point to another.
Definition: qcustomplot.h:6123
BenthosStat
Definition: plottypes.h:10
void createPopup(GraphInteractionController::PopupMenuLocation location, QMenu *menu)
Definition: benthosstatsplot.cpp:179
Definition: palettemanager.h:62