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
symbolstyleeditors.cpp File Reference

SE.1–SE.3 — dedicated editors for the *SymbolStyleAdapter family. More...

#include "ui/dialogs/editors/symbolstyleeditors.h"
#include "render/markershape.h"
#include "render/symbolstyleadapter.h"
#include "ui/widgets/colorbutton.h"
#include "ui/widgets/dashstylecombo.h"
#include "ui/widgets/markershapecombo.h"
#include <QDoubleSpinBox>
#include <QFormLayout>
#include <QGroupBox>
#include <QSignalBlocker>
#include <QVBoxLayout>
Include dependency graph for symbolstyleeditors.cpp:

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Functions

 openswmmvis::ui::REGISTER_STYLE_EDITOR (PointSymbolStyleAdapter, [](QObject *obj, QWidget *parent) -> IStyleEditorWidget *{ if(auto *a=qobject_cast< PointSymbolStyleAdapter * >(obj)) return new PointSymbolStyleEditor(a, parent);return nullptr;}) REGISTER_STYLE_EDITOR(LineSymbolStyleAdapter
 

Detailed Description

SE.1–SE.3 — dedicated editors for the *SymbolStyleAdapter family.

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