![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <examplesseeder.h>
Public Attributes | |
| QString | displayName |
| From example.json "name", else prettified file/dir name. | |
| QString | description |
| From example.json "description"; may be empty. | |
| QString | category |
| QString | openPath |
| Absolute path of the .oswp (preferred) or .inp inside sourceRoot. | |
| QString | sourceRoot |
| Directory to copy (dir example) or the single .inp file (flat example). | |
| bool | isDirectory = false |
| Directory-per-example vs legacy flat .inp. | |
One entry for the Welcome screen's Example Projects panel.
| QString openswmmvis::project::examples::ExampleInfo::category |
From example.json "category"; empty = the Welcome panel's default group (it owns that group's label, which needs tr() — this header stays widget-free).
| QString openswmmvis::project::examples::ExampleInfo::description |
From example.json "description"; may be empty.
| QString openswmmvis::project::examples::ExampleInfo::displayName |
From example.json "name", else prettified file/dir name.
| bool openswmmvis::project::examples::ExampleInfo::isDirectory = false |
Directory-per-example vs legacy flat .inp.
| QString openswmmvis::project::examples::ExampleInfo::openPath |
Absolute path of the .oswp (preferred) or .inp inside sourceRoot.
| QString openswmmvis::project::examples::ExampleInfo::sourceRoot |
Directory to copy (dir example) or the single .inp file (flat example).