![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <comprehensiveeditorregistry.h>
Public Attributes | |
| QString | editorTitle |
| User-visible name, e.g. "Curve Editor". | |
| QString | gapSliceLabel |
| Populated only when openCreateNew is null. | |
| OpenCreateFn | openCreateNew |
| Null iff editor is not yet shipped. | |
| OpenCreateFn | openBrowse |
| QString ComprehensiveEditorRegistry::Entry::editorTitle |
User-visible name, e.g. "Curve Editor".
| QString ComprehensiveEditorRegistry::Entry::gapSliceLabel |
Populated only when openCreateNew is null.
| OpenCreateFn ComprehensiveEditorRegistry::Entry::openBrowse |
Opens the editor in review/browse mode — no object is created; the user picks from the editor's own list and creates via its Add/New button. Same signature as openCreateNew. Null iff the editor is not yet shipped.
| OpenCreateFn ComprehensiveEditorRegistry::Entry::openCreateNew |
Null iff editor is not yet shipped.