![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "selection/selectionmanager.h"#include "layers/swmmmodellayer.h"#include <QPointer>#include <QSet>#include <QString>#include <QWidget>Go to the source code of this file.
Classes | |
| class | ObjectBrowserPanel |
| Embeddable object-navigation widget. Mirrors the legacy Delphi browser's per-type collapsible groups but sits on top of a virtualised QAbstractItemModel so millions of objects don't stall the UI. More... | |
Phase 0 + Slice S — Object Browser dock. Virtualised tree view of every SWMM object in the active project's model, grouped by type (Junctions, Conduits, …). Backed by SWMMObjectTreeModel, so populating 1 M+ objects costs no per-leaf memory: only visible rows materialise. Two-way bound to the per-project SelectionManager.