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
sectionviewpanel.h File Reference

Dockable section / profile view of the current selection. More...

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

Go to the source code of this file.

Classes

class  openswmmvis::ui::SectionViewPanel
 Right-dock vector section / profile view for the selected object. More...
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::sectionview
 
namespace  openswmmvis::ui
 

Detailed Description

Dockable section / profile view of the current selection.

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

Slices SP.4 / SP.5 (workplans/SECTION_PREVIEW_WORKPLAN.md).

A standalone dock rather than a pane inside the Properties panel: the drawing wants far more room than a property grid can spare, users want it docked where it suits them (or floating on a second monitor), and keeping it separate leaves PropertiesPanel untouched.

Follows the active selection through the same SelectionManager dispatch that drives the property browser, and repaints on the model layer's attributeChanged so an edit made anywhere — property grid, attribute table, cross-section dialog — is reflected immediately.