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::RuleValidator::Result Struct Reference

#include <rulevalidator.h>

Collaboration diagram for openswmmvis::controls::RuleValidator::Result:

Public Attributes

ValidationState state = ValidationState::Pending
 
QString message
 Empty when Valid.
 
int errorLine = -1
 1-based; -1 when unavailable.
 

Member Data Documentation

◆ errorLine

int openswmmvis::controls::RuleValidator::Result::errorLine = -1

1-based; -1 when unavailable.

◆ message

QString openswmmvis::controls::RuleValidator::Result::message

Empty when Valid.

◆ state

ValidationState openswmmvis::controls::RuleValidator::Result::state = ValidationState::Pending

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