|
KiCad PCB EDA Suite
|
#include <widgets/report_severity.h>#include <i18n_utility.h>#include <vector>#include <wx/arrstr.h>Go to the source code of this file.
Functions | |
| wxString | formatSeverities (int aSeverities) |
| Convert a severity mask to a human-readable comma-separated string. | |
| wxString formatSeverities | ( | int | aSeverities | ) |
Convert a severity mask to a human-readable comma-separated string.
Definition at line 26 of file report_severity.cpp.
References result, RPT_SEVERITY_ERROR, RPT_SEVERITY_EXCLUSION, and RPT_SEVERITY_WARNING.
Referenced by ERC_REPORT::GetTextReport(), and DRC_REPORT::WriteTextReport().