![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
The one date-time format string the GUI displays and edits SWMM times in. More...
#include <QString>Go to the source code of this file.
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::core |
Functions | |
| QString | openswmmvis::core::swmmDateTimeDisplayFormat () |
Canonical date-time format for display and editing: MM/dd/yyyy HH:mm. | |
The one date-time format string the GUI displays and edits SWMM times in.
Split out of swmmdatetime.h on purpose: that header includes the engine's openswmm_datetime.h for its conversion helpers, and several unit targets (e.g. test_timeseries_table_model) compile view/model code with no engine include path at all. A format string needs none, so it lives here and stays reachable from those targets.