16#ifndef OPENSWMMVIS_UI_DIALOGS_TABULARRESULTSDIALOG_H
17#define OPENSWMMVIS_UI_DIALOGS_TABULARRESULTSDIALOG_H
23class QStandardItemModel;
35 QWidget *
parent =
nullptr);
40 void onSelectionChanged();
41 void onExportCsvClicked();
42 void onExportTsvClicked();
46 void rebuildByObject();
47 void rebuildByVariable();
48 void exportDelimited(
const QString &
path, QChar delim);
50 QPointer<SWMMResultsLayer> m_layer;
52 QRadioButton *m_byObjectRadio =
nullptr;
53 QRadioButton *m_byVariableRadio =
nullptr;
54 QComboBox *m_kindCombo =
nullptr;
55 QComboBox *m_varOrObjCombo =
nullptr;
56 QTableView *m_table =
nullptr;
57 QStandardItemModel *m_model =
nullptr;
Overlays time-stepped simulation results on the SWMM network geometry.
Definition swmmresultslayer.h:96
Definition tabularresultsdialog.h:31
~TabularResultsDialog() override
Definition openswmmvislayer.h:43
int path
Definition pslgminsize.cpp:234
QVector< int > parent
union-find
Definition pslgminsize.cpp:176