SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
swmmvis.h File Reference

Main application window for SWMMVis. More...

#include <QDateTime>
#include <QHash>
#include <QMainWindow>
#include <QPointer>
#include <QSettings>
#include <functional>
#include <optional>
#include <utility>
#include "core/openswmmvislogmessage.h"
#include "layers/swmmmodellayer.h"
#include "selection/selectionmanager.h"
#include "plot/plotattribute.h"
#include "plot/resultdescriptor.h"
#include "plot/profilerouter.h"
Include dependency graph for swmmvis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SWMMVis
 Main application window for SWMMVis. More...
 

Namespaces

namespace  Ui
 
namespace  openswmmvis
 
namespace  openswmmvis::ui
 
namespace  openswmmvis::project
 
namespace  openswmmvis::project::examples
 

Detailed Description

Main application window for SWMMVis.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n MIT

SWMMVis is a QMainWindow MDI host that coordinates:

  • Multiple SWMMVisProjectWindow sub-windows (one per loaded project).
  • The shared MapCanvas (inside each project window).
  • Dock panels: Layer Tree, Object Browser, Attribute Panel, Attribute Table, Simulation Status log, and Message Log.
  • Toolbars for map tools, animation controls, and editing operations.
  • Application menus (File, View, Layer, Simulation, Help, Window).

The active project window is the last-focused MDI sub-window; switching sub-windows rebinds all panels to the new project's canvas and selection bus without recreating any widgets.