![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <sectiondiagram.h>
Public Types | |
| enum class | Side { Left , Right } |
Public Attributes | |
| QVector< PlanSpoke > | spokes |
| QString | title |
| Side | side = Side::Right |
One plan-view compass inset.
A node section needs a single inset; a LINK section needs two — one per end node — so the reader can see what arrives at each end and from which direction. The title names the node the spokes belong to, which is what makes a pair of insets readable at all.
|
strong |
Which margin the dial is anchored in. A link section puts its inlet dial on the left and its outlet dial on the right, so the pair reads in the same left-to-right order as the profile between them — stacking both in one margin makes the reader guess which end is which, and takes all of the width out of one side.
| Enumerator | |
|---|---|
| Left | |
| Right | |
| Side openswmmvis::sectionview::PlanInset::side = Side::Right |
| QVector<PlanSpoke> openswmmvis::sectionview::PlanInset::spokes |
| QString openswmmvis::sectionview::PlanInset::title |