|
| bool | openswmmvis::inlet::operator== (const InletDesignData &a, const InletDesignData &b) |
| | Field-by-field equality — used by setDesign to suppress no-op notifications and by the undo commands to skip empty pushes.
|
| |
| QString | openswmmvis::inlet::inletTypeLabel (InletType t) |
| | Legacy editor label for a type ("GRATE", "CURB OPENING", "COMBINATION", "SLOTTED DRAIN", "DROP GRATE", "DROP CURB", "CUSTOM"). These are the strings the type combo shows (Uinlet.pas:31-44).
|
| |
| const char * | openswmmvis::inlet::inletTypeKeyword (InletType t) |
| | [INLETS] type keyword handed to swmm_inlet_add. A COMBINATION design is created as a GRATE and then promoted by swmm_inlet_set_design, which is the authority on the stored type.
|
| |
| QString | openswmmvis::inlet::grateTypeLabel (GrateType t) |
| | HEC-22 grate name ("P_BAR-50", "CURVED_VANE", "GENERIC", …).
|
| |