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
openswmmvis::sectionview::PlanInset Struct Reference

#include <sectiondiagram.h>

Collaboration diagram for openswmmvis::sectionview::PlanInset:

Public Types

enum class  Side {
  Left ,
  Right
}
 

Public Attributes

QVector< PlanSpokespokes
 
QString title
 
Side side = Side::Right
 

Detailed Description

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.

Member Enumeration Documentation

◆ Side

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 

Member Data Documentation

◆ side

Side openswmmvis::sectionview::PlanInset::side = Side::Right

◆ spokes

QVector<PlanSpoke> openswmmvis::sectionview::PlanInset::spokes

◆ title

QString openswmmvis::sectionview::PlanInset::title

The documentation for this struct was generated from the following file: