SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
swmmdatetimeformat.h File Reference

The one date-time format string the GUI displays and edits SWMM times in. More...

#include <QString>
Include dependency graph for swmmdatetimeformat.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

The one date-time format string the GUI displays and edits SWMM times in.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

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.