![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Slice BH — Custom report query builder. More...
#include <QDialog>#include <QPointer>#include <QString>#include <QVector>Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::CustomReportDialog |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
Slice BH — Custom report query builder.
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.