8#ifndef MAPTOOLADDSUBCATCHMENT_H
9#define MAPTOOLADDSUBCATCHMENT_H
38 QObject *
parent =
nullptr);
40 [[nodiscard]] QCursor
cursor()
const override;
57 [[nodiscard]] QString nextAvailableName(
SWMMModelLayer *layer)
const;
61 QVector<QPointF> m_vertices;
63 bool m_drawing =
false;
The central map display widget — QGIS-style hybrid rendering.
Definition mapcanvas.h:63
An axis-aligned bounding box in the coordinate space of a given CRS.
Definition mapextent.h:26
Renders the SWMM network elements (nodes, links, subcatchments, rain gages) for one OpenSWMMEngine mo...
Definition swmmmodellayer.h:133
Represents a coordinate reference system backed by a GDAL OGRSpatialReference.
Definition spatialreferencesystem.h:28
QVector< int > parent
union-find
Definition pslgminsize.cpp:176
QString name
Definition sectionmodelbuilders.cpp:474
Shared vertex-snapping helper for all drawing map tools.
Definition snapengine.h:38