DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "displacemodel.h"
#include <mapobjectscontroller.h>
#include <objecttreemodel.h>
#include <objects/harbourentity.h>
#include <objects/nodeentity.h>
#include <objects/vesselentity.h>
#include <objects/firmentity.h>
#include <objects/shipentity.h>
#include <objects/fishfarmentity.h>
#include <objects/windmillentity.h>
#include <simulator.h>
#include <editpalettedialog.h>
#include <mapobjects/nodegraphics.h>
#include <inputfileexporter.h>
#include <inputfileparser.h>
#include <scenariodialog.h>
#include <configdialog.h>
#include <simulationsetupdialog.h>
#include <creategraphdialog.h>
#include <aboutdialog.h>
#include <createshortestpathdialog.h>
#include <csveditor.h>
#include <mergedatadialog.h>
#include <mergepopulationdatadialog.h>
#include <workers/populationdistributiondatamergerstrategy.h>
#include <workers/mergerstrategy.h>
#include <workers/graphbuilderworker.h>
#include <utils/imageformathelpers.h>
#include <utils/mrupathmanager.h>
#include <utils/displaceexception.h>
#include <calendar.h>
#include <appsettings.h>
#include <algo/isolatedsubgraphchecker.h>
#include <workers/shortestpathbuilderworker.h>
#include <workers/datamerger.h>
#include "PlotWidget.h"
#include <mousemode.h>
#include <mousemode/drawpenaltypolygon.h>
#include <mousemode/movefilteringmousemodedecorator.h>
#include <mousemode/singleclickmousemode.h>
#include <mousemode/edgeaddmousemode.h>
#include <graphinteractioncontroller.h>
#include <graphbuilder_shp.h>
#include <waitdialog.h>
#include <backgroundworker.h>
#include <shortestpathbuilder.h>
#include <pathpenaltydialog.h>
#include <linkharboursdialog.h>
#include <shapefileoperationdialog.h>
#include <savegraphdialog.h>
#include <R/rconsole.h>
#include <idtypeshelpers.h>
#include <QMapControl/QMapControl.h>
#include <QMapControl/ImageManager.h>
#include <dialogs/graphexportproperties.h>
#include <ogrsf_frmts.h>
#include <GeographicLib/Geodesic.hpp>
#include <version.h>
#include <legacy/binarygraphfilewriter.h>
#include <sqlitestorage.h>
#include <QBoxLayout>
#include <QTextEdit>
#include <QSettings>
#include <QFileDialog>
#include <QMessageBox>
#include <QDir>
#include <QFile>
#include <QTextStream>
#include <QInputDialog>
#include <QtConcurrent>
#include <QFuture>
#include <QFutureWatcher>
#include <functional>
Classes | |
class | Loader |
struct | sorter |
Namespaces | |
types | |
types::helpers | |
Functions | |
template<typename IDX , typename C > | |
QList< IDX > | types::helpers::toIdQList (const QList< C > &c) |