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
streetlistmodel.h File Reference

QAbstractListModel over a StreetRegistry. More...

#include <QAbstractListModel>
#include <QPointer>
Include dependency graph for streetlistmodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::StreetListModel
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::street
 
namespace  openswmmvis::ui
 

Detailed Description

QAbstractListModel over a StreetRegistry.

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

Mirrors TransectListModel. Subscribes to providerAdded / providerAboutToBeRemoved / providerRenamed / providerParamsChanged and emits the matching begin/end signals so the editor list pane refreshes lock-step with any other UI that mutates the registry.