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

Slice BE — section-aware .rpt parser for the Status Report Viewer. More...

#include <QString>
#include <QStringList>
#include <QVector>
Include dependency graph for rptparser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openswmmvis::io::RptSection
 
class  openswmmvis::io::RptParser
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::io
 

Detailed Description

Slice BE — section-aware .rpt parser for the Status Report Viewer.

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

SWMM's .rpt is a plain-text report split into named sections separated by lines of asterisks. The parser walks the file once and returns an ordered list of {title, body} records. The viewer dialog renders each record as a QTextEdit tab.