KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
struct | BOM_FIELD |
struct | BOM_PRESET |
struct | BOM_FMT_PRESET |
Functions | |
bool | operator!= (const BOM_FIELD &lhs, const BOM_FIELD &rhs) |
bool | operator< (const BOM_FIELD &lhs, const BOM_FIELD &rhs) |
void | to_json (nlohmann::json &j, const BOM_FIELD &f) |
void | from_json (const nlohmann::json &j, BOM_FIELD &f) |
bool | operator!= (const BOM_PRESET &lhs, const BOM_PRESET &rhs) |
bool | operator< (const BOM_PRESET &lhs, const BOM_PRESET &rhs) |
void | to_json (nlohmann::json &j, const BOM_PRESET &f) |
void | from_json (const nlohmann::json &j, BOM_PRESET &f) |
bool | operator!= (const BOM_FMT_PRESET &lhs, const BOM_FMT_PRESET &rhs) |
bool | operator< (const BOM_FMT_PRESET &lhs, const BOM_FMT_PRESET &rhs) |
void | to_json (nlohmann::json &j, const BOM_FMT_PRESET &f) |
void | from_json (const nlohmann::json &j, BOM_FMT_PRESET &f) |
void from_json | ( | const nlohmann::json & | j, |
BOM_FIELD & | f | ||
) |
Definition at line 55 of file bom_settings.cpp.
References BOM_FIELD::groupBy, BOM_FIELD::label, BOM_FIELD::name, and BOM_FIELD::show.
void from_json | ( | const nlohmann::json & | j, |
BOM_FMT_PRESET & | f | ||
) |
Definition at line 214 of file bom_settings.cpp.
References BOM_FMT_PRESET::fieldDelimiter, BOM_FMT_PRESET::keepLineBreaks, BOM_FMT_PRESET::keepTabs, BOM_FMT_PRESET::name, BOM_FMT_PRESET::refDelimiter, BOM_FMT_PRESET::refRangeDelimiter, and BOM_FMT_PRESET::stringDelimiter.
void from_json | ( | const nlohmann::json & | j, |
BOM_PRESET & | f | ||
) |
Definition at line 92 of file bom_settings.cpp.
References BOM_PRESET::excludeDNP, BOM_PRESET::fieldsOrdered, BOM_PRESET::filterString, BOM_PRESET::groupSymbols, BOM_PRESET::name, BOM_PRESET::sortAsc, and BOM_PRESET::sortField.
Definition at line 35 of file bom_settings.cpp.
Referenced by unfracture(), and SHAPE_POLY_SET::unfractureSingle().
bool operator!= | ( | const BOM_FMT_PRESET & | lhs, |
const BOM_FMT_PRESET & | rhs | ||
) |
Definition at line 190 of file bom_settings.cpp.
bool operator!= | ( | const BOM_PRESET & | lhs, |
const BOM_PRESET & | rhs | ||
) |
Definition at line 64 of file bom_settings.cpp.
Definition at line 41 of file bom_settings.cpp.
References BOM_FIELD::name.
bool operator< | ( | const BOM_FMT_PRESET & | lhs, |
const BOM_FMT_PRESET & | rhs | ||
) |
Definition at line 196 of file bom_settings.cpp.
References BOM_FMT_PRESET::name.
bool operator< | ( | const BOM_PRESET & | lhs, |
const BOM_PRESET & | rhs | ||
) |
Definition at line 70 of file bom_settings.cpp.
References BOM_PRESET::name.
void to_json | ( | nlohmann::json & | j, |
const BOM_FIELD & | f | ||
) |
Definition at line 47 of file bom_settings.cpp.
References BOM_FIELD::groupBy, BOM_FIELD::label, BOM_FIELD::name, and BOM_FIELD::show.
void to_json | ( | nlohmann::json & | j, |
const BOM_FMT_PRESET & | f | ||
) |
Definition at line 202 of file bom_settings.cpp.
References BOM_FMT_PRESET::fieldDelimiter, BOM_FMT_PRESET::keepLineBreaks, BOM_FMT_PRESET::keepTabs, BOM_FMT_PRESET::name, BOM_FMT_PRESET::refDelimiter, BOM_FMT_PRESET::refRangeDelimiter, and BOM_FMT_PRESET::stringDelimiter.
void to_json | ( | nlohmann::json & | j, |
const BOM_PRESET & | f | ||
) |
Definition at line 76 of file bom_settings.cpp.
References BOM_PRESET::excludeDNP, BOM_PRESET::fieldsOrdered, BOM_PRESET::filterString, BOM_PRESET::groupSymbols, BOM_PRESET::name, BOM_PRESET::sortAsc, and BOM_PRESET::sortField.