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

Right-side toggle panel for Slice BC's profile plot. More...

#include "plot/profileplotwidget.h"
#include <QWidget>
Include dependency graph for profilelayerpanel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProfileLayerPanel
 

Detailed Description

Right-side toggle panel for Slice BC's profile plot.

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
    Pure UI surface — owns the layer-visibility checkboxes
    (Current HGL / Current EGL / Max HGL) plus the Max-HGL
    render-mode radios (Min↔max band vs Invert→max fill) and
    emits a single `togglesChanged` signal when any value
    changes.  The hosting `ProfilePlotDialog` connects that
    signal to `ProfilePlotWidget::setLayerToggles()`.  Max-EGL
    exposes only a line (no fill) — surface that via the styles
    tree in ProfileOptionsDialog, not here.