![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <importtargetregistry.h>
Public Attributes | |
| QString | key |
| stable id, e.g. "invertElev" | |
| QString | label |
| translated display label | |
| QMetaType::Type | type = QMetaType::Double |
| Double / QString / Int. | |
| bool | required = false |
| must be mapped for import | |
| QString | adapterProperty |
| Q_PROPERTY name; empty = ctor-consumed. | |
| QVector< EnumChoice > | enumChoices |
| non-empty ⇒ enum-typed (type == Int) | |
One mappable attribute of a target kind.
| QString openswmmvis::import::TargetAttribute::adapterProperty |
Q_PROPERTY name; empty = ctor-consumed.
| QVector<EnumChoice> openswmmvis::import::TargetAttribute::enumChoices |
non-empty ⇒ enum-typed (type == Int)
| QString openswmmvis::import::TargetAttribute::key |
stable id, e.g. "invertElev"
| QString openswmmvis::import::TargetAttribute::label |
translated display label
| bool openswmmvis::import::TargetAttribute::required = false |
must be mapped for import
| QMetaType::Type openswmmvis::import::TargetAttribute::type = QMetaType::Double |
Double / QString / Int.