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
pluginstablemodel.h File Reference
#include <QAbstractTableModel>
#include <QList>
#include <QString>
Include dependency graph for pluginstablemodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PluginsTableModel
 

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

MVC model for the [PLUGINS] section table in the Simulation Options dialog. Each row is one plugin entry: a path / id / id:version string plus a free-form arguments string passed to the plugin's initialize() call. Pairs with the reusable PathBrowseDelegate for column 0's browse-button affordance.