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

Reusable full-fidelity editor for a LabelConfig value. More...

#include "render/iattributeprovider.h"
#include "render/labelconfig.h"
#include <QVector>
#include <QWidget>
Include dependency graph for labelconfigeditor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::LabelConfigEditor
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

Reusable full-fidelity editor for a LabelConfig value.

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
    LAYER_STYLING_LABELING_PLAN_2026-08-16 — the per-sublayer label
    boxes (kind tree panel, feature style editors) previously exposed
    only enabled / expression / colour, silently dropping the other
    ~12 LabelConfig fields the paint paths honour (font, halo,
    placement, scale window, background, priority). This widget edits
    the complete value so every surface offers the same controls.

    Value-in / value-out: the caller seeds it with setConfig() and
    receives the whole edited LabelConfig via configChanged(). No
    layer/style coupling.