KiCad PCB EDA Suite
|
This is the complete list of members for PARAM_MAP< Value >, including all inherited members.
ClearUnknownKeys() const | PARAM_BASE | inline |
GetJsonPath() const | PARAM_BASE | inline |
Load(const JSON_SETTINGS &aSettings, bool aResetIfMissing=true) const override | PARAM_MAP< Value > | inlinevirtual |
m_clearUnknownKeys | PARAM_BASE | protected |
m_default | PARAM_MAP< Value > | private |
m_path | PARAM_BASE | protected |
m_ptr | PARAM_MAP< Value > | private |
m_readOnly | PARAM_BASE | protected |
MatchesFile(const JSON_SETTINGS &aSettings) const override | PARAM_MAP< Value > | inlinevirtual |
PARAM_BASE(std::string aJsonPath, bool aReadOnly) | PARAM_BASE | inline |
PARAM_MAP(const std::string &aJsonPath, std::map< std::string, Value > *aPtr, std::initializer_list< std::pair< const std::string, Value > > aDefault, bool aReadOnly=false) | PARAM_MAP< Value > | inline |
SetClearUnknownKeys(bool aSet=true) | PARAM_BASE | inline |
SetDefault() override | PARAM_MAP< Value > | inlinevirtual |
Store(JSON_SETTINGS *aSettings) const override | PARAM_MAP< Value > | inlinevirtual |
~PARAM_BASE()=default | PARAM_BASE | virtual |