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::controls Namespace Reference

Classes

class  ControlRuleProvider
 
class  ControlRuleRegistry
 
class  RuleSyntaxHighlighter
 
class  RuleValidator
 

Enumerations

enum class  ValidationState {
  Pending = 0 ,
  Valid = 1 ,
  Invalid = 2
}
 Validator verdict for a rule body. Default Pending until the validator (Phase 6.8.2) has been wired. More...
 

Enumeration Type Documentation

◆ ValidationState

Validator verdict for a rule body. Default Pending until the validator (Phase 6.8.2) has been wired.

Enumerator
Pending 

Not yet validated (or sandbox engine missing).

Valid 

Engine parser accepted the body.

Invalid 

Engine parser rejected; see lastError().