![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
The subset of gage state this command owns. More...
#include <mapundostack.h>
Public Attributes | |
| int | dataSource = 0 |
| SWMM_GageDataSource (0 = TIMESERIES). | |
| QString | timeseries |
| Series name when dataSource is TIMESERIES. | |
| int | rainType = 0 |
| SWMM_GageRainType. | |
| double | intervalSec = 3600 |
| Recording interval. | |
| double | scaleFactor = 1.0 |
| double | snowFactor = 1.0 |
The subset of gage state this command owns.
| int ConfigureGageCommand::Config::dataSource = 0 |
SWMM_GageDataSource (0 = TIMESERIES).
| double ConfigureGageCommand::Config::intervalSec = 3600 |
Recording interval.
| int ConfigureGageCommand::Config::rainType = 0 |
SWMM_GageRainType.
| double ConfigureGageCommand::Config::scaleFactor = 1.0 |
| double ConfigureGageCommand::Config::snowFactor = 1.0 |
| QString ConfigureGageCommand::Config::timeseries |
Series name when dataSource is TIMESERIES.