KiCad PCB EDA Suite
|
#include <rc_json_schema.h>
Public Attributes | |
wxString | type |
wxString | description |
wxString | severity |
std::vector< AFFECTED_ITEM > | items |
bool | excluded |
Definition at line 52 of file rc_json_schema.h.
wxString RC_JSON::VIOLATION::description |
Definition at line 55 of file rc_json_schema.h.
Referenced by RC_JSON::from_json(), RC_ITEM::GetJsonViolation(), and RC_JSON::to_json().
bool RC_JSON::VIOLATION::excluded |
Definition at line 58 of file rc_json_schema.h.
Referenced by RC_JSON::from_json(), RC_ITEM::GetJsonViolation(), and RC_JSON::to_json().
std::vector<AFFECTED_ITEM> RC_JSON::VIOLATION::items |
Definition at line 57 of file rc_json_schema.h.
Referenced by RC_JSON::from_json(), RC_ITEM::GetJsonViolation(), and RC_JSON::to_json().
wxString RC_JSON::VIOLATION::severity |
Definition at line 56 of file rc_json_schema.h.
Referenced by RC_JSON::from_json(), RC_ITEM::GetJsonViolation(), and RC_JSON::to_json().
wxString RC_JSON::VIOLATION::type |
Definition at line 54 of file rc_json_schema.h.
Referenced by RC_JSON::from_json(), RC_ITEM::GetJsonViolation(), and RC_JSON::to_json().