|
void | updateModelList () |
|
void | updateAllDisplayObjects () |
|
void | updateCalendarDisplay (int tstep) |
|
void | closeEvent (QCloseEvent *event) |
|
void | centerMap (const qmapcontrol::PointWorldCoord &pt) |
|
void | centerMapOnHarbourId (int id) |
|
void | centerMapOnNodeId (int id) |
|
void | centerMapOnVesselId (int id) |
|
void | centerMapOnFirmId (int id) |
|
void | centerMapOnShipId (int id) |
|
void | centerMapOnFishfarmId (int id) |
|
void | centerMapOnWindmillId (int id) |
|
void | showPaletteDialog (PaletteRole role) |
|
int | newEditorModel (QString name) |
|
void | startBackgroundOperation (BackgroundWorker *work, WaitDialog *waitdialog) |
|
void | startBackgroundOperation (BackgroundWorkerWithWaitDialog *work) |
|
QProcess * | prepareAppExecutableStart (QString exename) |
|
void | startMouseMode (MouseMode *) |
|
void | endMouseMode (bool success=true) |
|
bool | isEditorModel () |
|
void | openScenarioDialog (QString suggestedPath, bool askForReload, bool forceRename) |
|
void | exportGraphics (QString label, QWidget *widget) |
|
void | exportPlot (QString outpath, StatsController::StatType type, int subtype, const GraphProperties &properties) |
|
void | assignCodesFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignWindFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignSSTFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignSalinityFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignNitrogenFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignPhosphorusFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignOxygenFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignDissolvedCarbonFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignBenthosBiomassFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|
void | assignBenthosNumberFromShapefileGen (QString title, QString shp, const char *const fieldname, std::function< void(OGRGeometry *, int)> func) |
|