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::import::EnumChoice Struct Reference

#include <importtargetregistry.h>

Collaboration diagram for openswmmvis::import::EnumChoice:

Public Attributes

QString label
 canonical key, e.g. "FREE" — matched case-insensitively
 
int code
 engine integer written through the adapter
 

Detailed Description

One (label, engine code) pair of an enum-typed attribute. Codes mirror the adapter Q_ENUMs, which mirror the engine.

Member Data Documentation

◆ code

int openswmmvis::import::EnumChoice::code

engine integer written through the adapter

◆ label

QString openswmmvis::import::EnumChoice::label

canonical key, e.g. "FREE" — matched case-insensitively


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