![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
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>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 | |
SE.1–SE.3 — dedicated editors for the *SymbolStyleAdapter family.