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
ComprehensiveEditorRegistry::Entry Struct Reference

#include <comprehensiveeditorregistry.h>

Collaboration diagram for ComprehensiveEditorRegistry::Entry:

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
 

Member Data Documentation

◆ editorTitle

QString ComprehensiveEditorRegistry::Entry::editorTitle

User-visible name, e.g. "Curve Editor".

◆ gapSliceLabel

QString ComprehensiveEditorRegistry::Entry::gapSliceLabel

Populated only when openCreateNew is null.

◆ openBrowse

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.

◆ openCreateNew

OpenCreateFn ComprehensiveEditorRegistry::Entry::openCreateNew

Null iff editor is not yet shipped.


The documentation for this struct was generated from the following file: