#include <statssummarypanel.h>
|
| void | setSelectionRange (QDateTime lo, QDateTime hi) |
| | Narrow the stats to samples whose timestamp falls in [lo, hi]. Pass invalid datetimes to clear the selection.
|
| |
| void | refresh () |
| | Recompute all tabs from the current model + selection. Called automatically on model signals; also exposed for manual refresh after the user changes a series style etc.
|
| |
◆ StatsSummaryPanel()
| openswmmvis::ui::StatsSummaryPanel::StatsSummaryPanel |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~StatsSummaryPanel()
| openswmmvis::ui::StatsSummaryPanel::~StatsSummaryPanel |
( |
| ) |
|
|
overridedefault |
◆ refresh
| void openswmmvis::ui::StatsSummaryPanel::refresh |
( |
| ) |
|
|
slot |
Recompute all tabs from the current model + selection. Called automatically on model signals; also exposed for manual refresh after the user changes a series style etc.
◆ setModel()
Bind the panel to a model. Refreshes immediately. The panel listens for the model's structural signals so the user doesn't have to call refresh() after add/remove.
◆ setSelectionRange
| void openswmmvis::ui::StatsSummaryPanel::setSelectionRange |
( |
QDateTime |
lo, |
|
|
QDateTime |
hi |
|
) |
| |
|
slot |
Narrow the stats to samples whose timestamp falls in [lo, hi]. Pass invalid datetimes to clear the selection.
◆ setStatisticNumberFormat()
Set the number format used for statistic value cells.
◆ statisticNumberFormat()
Current number format used for all statistic value cells.
The documentation for this class was generated from the following files: