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

Slice BH — Custom report query builder. More...

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

Go to the source code of this file.

Classes

class  openswmmvis::ui::CustomReportDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

Slice BH — Custom report query builder.

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

A small DSL surfaced as a tree-of-clauses lets the user assemble custom reports against the .out file. Each row is a query that declares { kind, object filter, variable, aggregate, period filter }. The dialog evaluates all clauses, renders results as a table, and supports CSV / Markdown export.

Aggregates: max, min, mean, sum, peak-time, time-at-threshold.