DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include <harboursstatplot.h>
Public Member Functions | |
HarboursStatPlot (QCustomPlot *plotNations) | |
void | update (DisplaceModel *model, QCustomPlot *theplot=nullptr) |
void | createPopup (GraphInteractionController::PopupMenuLocation location, QMenu *menu) |
void | setCurrentTimeStep (double t) |
void | setStat (displace::plot::HarboursStat stat) |
void | update () override |
![]() | |
virtual | ~StatsPlot () noexcept=default |
void | invalidate () |
void | setVisible (bool visible) |
bool | isVisible () const |
Protected Member Functions | |
void | update (QCustomPlot *) |
void | doUpdate () override |
HarboursStatPlot::HarboursStatPlot | ( | QCustomPlot * | plotNations | ) |
void HarboursStatPlot::createPopup | ( | GraphInteractionController::PopupMenuLocation | location, |
QMenu * | menu | ||
) |
|
overrideprotectedvirtual |
Implements StatsPlot.
void HarboursStatPlot::setCurrentTimeStep | ( | double | t | ) |
|
inline |
void HarboursStatPlot::update | ( | DisplaceModel * | model, |
QCustomPlot * | theplot = nullptr |
||
) |
|
overridevirtual |
Reimplemented from StatsPlot.
|
protected |