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
objectbrowserpanel.h File Reference
#include "selection/selectionmanager.h"
#include "layers/swmmmodellayer.h"
#include <QPointer>
#include <QSet>
#include <QString>
#include <QWidget>
Include dependency graph for objectbrowserpanel.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

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.