#include <statscontroller.h>
|
| StatsController (QObject *parent=0) |
|
void | setPopulationPlot (PlotWidget *plot, GraphInteractionController *controller) |
|
void | setHarboursPlot (PlotWidget *plot) |
|
void | setMetiersPlot (PlotWidget *plot) |
|
void | setBenthosPlot (PlotWidget *plot, GraphInteractionController *controller) |
|
void | setFishfarmsPlot (PlotWidget *plot, GraphInteractionController *controller=nullptr) |
|
void | setWindfarmsPlot (PlotWidget *plot, GraphInteractionController *controller=nullptr) |
|
void | setShipsPlot (PlotWidget *plot, GraphInteractionController *controller=nullptr) |
|
void | setNationsStatsPlot (PlotWidget *plot, GraphInteractionController *controller=nullptr) |
|
void | setVesselsStatsPlot (PlotWidget *plot, GraphInteractionController *controller=nullptr) |
|
void | updateStats (DisplaceModel *model) |
|
void | setPopulationStat (displace::plot::PopulationStat stat) |
|
displace::plot::PopulationStat | getPopulationStat () const |
|
void | setNationsStat (displace::plot::NationsStat stat) |
|
displace::plot::NationsStat | getNationsStat () const |
|
void | setVesselsStat (displace::plot::VesselsStat stat) |
|
displace::plot::VesselsStat | getVesselsStat () const |
|
void | setHarbourStat (displace::plot::HarboursStat stat) |
|
displace::plot::HarboursStat | getHarboursStat () const |
|
void | setMetiersStat (displace::plot::MetiersStat stat) |
|
displace::plot::MetiersStat | getMetiersStat () const |
|
void | setBenthosStat (displace::plot::BenthosStat stat) |
|
displace::plot::BenthosStat | getBenthosStat () const |
|
void | setFishfarmsStat (displace::plot::FishfarmsStat stat) |
|
displace::plot::FishfarmsStat | getFishfarmsStat () const |
|
void | setWindfarmsStat (displace::plot::WindfarmsStat stat) |
|
displace::plot::WindfarmsStat | getWindfarmsStat () const |
|
void | setShipsStat (displace::plot::ShipsStat stat) |
|
displace::plot::ShipsStat | getShipsStat () const |
|
void | setCurrentTimeStep (double t) |
|
void | plotGraph (DisplaceModel *model, StatType st, int subtype, QCustomPlot *plot=nullptr) |
|
|
void | updatePopulationStats (DisplaceModel *model, displace::plot::PopulationStat popStat, QCustomPlot *plot) |
|
void | updateNationStats (DisplaceModel *model, displace::plot::NationsStat mSelectedNationsStat, QCustomPlot *plot) |
|
void | updateVesselStats (DisplaceModel *model, displace::plot::VesselsStat mSelectedVesselsStat, QCustomPlot *plot) |
|
void | updateHarboursStats (DisplaceModel *model, displace::plot::HarboursStat stat, QCustomPlot *plot) |
|
void | updateMetiersStats (DisplaceModel *model, displace::plot::MetiersStat stat, QCustomPlot *plot) |
|
void | updateBenthosStats (DisplaceModel *model, displace::plot::BenthosStat stat) |
|
void | updateFishfarmsStats (DisplaceModel *model, displace::plot::FishfarmsStat stat) |
|
void | updateWindfarmsStats (DisplaceModel *model, displace::plot::WindfarmsStat stat) |
|
void | updateShipsStats (DisplaceModel *model, displace::plot::ShipsStat stat) |
|
◆ StatType
Enumerator |
---|
Populations | |
Nations | |
Vessels | |
Harbours | |
Metiers | |
◆ StatsController()
StatsController::StatsController |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
◆ getBenthosStat()
◆ getFishfarmsStat()
◆ getHarboursStat()
◆ getMetiersStat()
◆ getNationsStat()
◆ getPopulationStat()
◆ getShipsStat()
◆ getVesselsStat()
◆ getWindfarmsStat()
◆ plotGraph()
◆ setBenthosPlot()
◆ setBenthosStat()
◆ setCurrentTimeStep()
void StatsController::setCurrentTimeStep |
( |
double |
t | ) |
|
◆ setFishfarmsPlot()
◆ setFishfarmsStat()
◆ setHarboursPlot()
void StatsController::setHarboursPlot |
( |
PlotWidget * |
plot | ) |
|
◆ setHarbourStat()
◆ setMetiersPlot()
void StatsController::setMetiersPlot |
( |
PlotWidget * |
plot | ) |
|
◆ setMetiersStat()
◆ setNationsStat()
◆ setNationsStatsPlot()
◆ setPopulationPlot()
◆ setPopulationStat()
◆ setShipsPlot()
◆ setShipsStat()
◆ setVesselsStat()
◆ setVesselsStatsPlot()
◆ setWindfarmsPlot()
◆ setWindfarmsStat()
◆ updateBenthosStats()
◆ updateFishfarmsStats()
◆ updateHarboursStats()
◆ updateMetiersStats()
◆ updateNationStats()
◆ updatePopulationStats()
◆ updateShipsStats()
◆ updateStats()
◆ updateVesselStats()
◆ updateWindfarmsStats()
The documentation for this class was generated from the following files: