DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include <benthosstatsplot.h>
Public Member Functions | |
BenthosStatsPlot (QCustomPlot *plot, QCPItemLine *timeLine) | |
void | setTimelineLimits (double min, double max) |
void | update (DisplaceModel *model, displace::plot::BenthosStat stat, QCustomPlot *theplot) |
void | createPopup (GraphInteractionController::PopupMenuLocation location, QMenu *menu) |
![]() | |
virtual | ~StatsPlot () noexcept=default |
virtual void | update () |
void | invalidate () |
void | setVisible (bool visible) |
bool | isVisible () const |
Protected Member Functions | |
void | doUpdate () override |
BenthosStatsPlot::BenthosStatsPlot | ( | QCustomPlot * | plot, |
QCPItemLine * | timeLine | ||
) |
void BenthosStatsPlot::createPopup | ( | GraphInteractionController::PopupMenuLocation | location, |
QMenu * | menu | ||
) |
|
overrideprotectedvirtual |
Implements StatsPlot.
|
inline |
void BenthosStatsPlot::update | ( | DisplaceModel * | model, |
displace::plot::BenthosStat | stat, | ||
QCustomPlot * | theplot | ||
) |