![]() |
KiCad PCB EDA Suite
|
#include <wx/wx.h>
#include <wx/dataview.h>
#include <wx/stc/stc.h>
#include <widgets/ui_common.h>
#include <algorithm>
#include <dialog_shim.h>
#include <pgm_base.h>
Go to the source code of this file.
Functions | |
SEVERITY | SeverityFromString (const wxString &aSeverity) |
wxString | SeverityToString (const SEVERITY &aSeverity) |
SEVERITY SeverityFromString | ( | const wxString & | aSeverity | ) |
Definition at line 36 of file ui_common.cpp.
References RPT_SEVERITY_ERROR, RPT_SEVERITY_IGNORE, and RPT_SEVERITY_WARNING.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), and ERC_SETTINGS::ERC_SETTINGS().
wxString SeverityToString | ( | const SEVERITY & | aSeverity | ) |
Definition at line 47 of file ui_common.cpp.
References RPT_SEVERITY_IGNORE, and RPT_SEVERITY_WARNING.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), and ERC_SETTINGS::ERC_SETTINGS().