KiCad PCB EDA Suite
|
This is the complete list of members for PARAM_LAYER_PAIRS, including all inherited members.
ClearUnknownKeys() const | PARAM_BASE | inline |
GetDefault() const | PARAM_LAMBDA< nlohmann::json > | inline |
GetJsonPath() const | PARAM_BASE | inline |
jsonToLayerPairs(const nlohmann::json &aJson) | PARAM_LAYER_PAIRS | private |
layerPairsToJson() | PARAM_LAYER_PAIRS | private |
Load(const JSON_SETTINGS &aSettings, bool aResetIfMissing=true) const override | PARAM_LAMBDA< nlohmann::json > | inlinevirtual |
m_clearUnknownKeys | PARAM_BASE | protected |
m_default | PARAM_LAMBDA< nlohmann::json > | private |
m_getter | PARAM_LAMBDA< nlohmann::json > | private |
m_layerPairInfos | PARAM_LAYER_PAIRS | private |
m_path | PARAM_BASE | protected |
m_readOnly | PARAM_BASE | protected |
m_setter | PARAM_LAMBDA< nlohmann::json > | private |
MatchesFile(const JSON_SETTINGS &aSettings) const override | PARAM_LAMBDA< nlohmann::json > | inlinevirtual |
PARAM_BASE(std::string aJsonPath, bool aReadOnly) | PARAM_BASE | inline |
PARAM_LAMBDA(const std::string &aJsonPath, std::function< nlohmann::json()> aGetter, std::function< void(nlohmann::json)> aSetter, nlohmann::json aDefault, bool aReadOnly=false) | PARAM_LAMBDA< nlohmann::json > | inline |
PARAM_LAYER_PAIRS(const std::string &aPath, std::vector< LAYER_PAIR_INFO > &m_layerPairInfos) | PARAM_LAYER_PAIRS | |
SetClearUnknownKeys(bool aSet=true) | PARAM_BASE | inline |
SetDefault() override | PARAM_LAMBDA< nlohmann::json > | inlinevirtual |
Store(JSON_SETTINGS *aSettings) const override | PARAM_LAMBDA< nlohmann::json > | inlinevirtual |
~PARAM_BASE()=default | PARAM_BASE | virtual |