KiCad PCB EDA Suite
|
#include <rc_json_schema.h>
Public Attributes | |
wxString | type |
wxString | description |
wxString | severity |
std::vector< AFFECTED_ITEM > | items |
Definition at line 51 of file rc_json_schema.h.
wxString RC_JSON::VIOLATION::description |
Definition at line 54 of file rc_json_schema.h.
Referenced by RC_ITEM::GetJsonViolation().
std::vector<AFFECTED_ITEM> RC_JSON::VIOLATION::items |
Definition at line 56 of file rc_json_schema.h.
Referenced by RC_ITEM::GetJsonViolation().
wxString RC_JSON::VIOLATION::severity |
Definition at line 55 of file rc_json_schema.h.
Referenced by RC_ITEM::GetJsonViolation().
wxString RC_JSON::VIOLATION::type |
Definition at line 53 of file rc_json_schema.h.
Referenced by RC_ITEM::GetJsonViolation().