KiCad PCB EDA Suite
|
#include <settings/bom_settings.h>
#include <nlohmann/json.hpp>
#include <core/json_serializers.h>
#include <wx/translation.h>
Go to the source code of this file.
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 &p) |
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 &p) |
void | from_json (const nlohmann::json &j, BOM_FMT_PRESET &f) |
Variables | |
template class KICOMMON_API | PARAM_LIST< BOM_PRESET > |
template class KICOMMON_API | PARAM_LIST< BOM_FMT_PRESET > |
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 242 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 93 of file bom_settings.cpp.
References BOM_PRESET::excludeDNP, BOM_PRESET::fieldsOrdered, BOM_PRESET::filterString, BOM_PRESET::groupSymbols, BOM_PRESET::includeExcludedFromBOM, 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 218 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 224 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 & | p | ||
) |
Definition at line 230 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 & | p | ||
) |
Definition at line 76 of file bom_settings.cpp.
References BOM_PRESET::excludeDNP, BOM_PRESET::fieldsOrdered, BOM_PRESET::filterString, BOM_PRESET::groupSymbols, BOM_PRESET::includeExcludedFromBOM, BOM_PRESET::name, BOM_PRESET::sortAsc, and BOM_PRESET::sortField.
template class KICOMMON_API PARAM_LIST< BOM_FMT_PRESET > |
Definition at line 278 of file bom_settings.cpp.
template class KICOMMON_API PARAM_LIST< BOM_PRESET > |
Definition at line 277 of file bom_settings.cpp.