KiCad PCB EDA Suite
|
This is the complete list of members for PARAM_SET< Type >, 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_SET< Type > | inlinevirtual |
m_clearUnknownKeys | PARAM_BASE | protected |
m_default | PARAM_SET< Type > | protected |
m_path | PARAM_BASE | protected |
m_ptr | PARAM_SET< Type > | protected |
m_readOnly | PARAM_BASE | protected |
MatchesFile(const JSON_SETTINGS &aSettings) const override | PARAM_SET< Type > | inlinevirtual |
PARAM_BASE(std::string aJsonPath, bool aReadOnly) | PARAM_BASE | inline |
PARAM_SET(const std::string &aJsonPath, std::set< Type > *aPtr, std::initializer_list< Type > aDefault, bool aReadOnly=false) | PARAM_SET< Type > | inline |
PARAM_SET(const std::string &aJsonPath, std::set< Type > *aPtr, std::set< Type > aDefault, bool aReadOnly=false) | PARAM_SET< Type > | inline |
SetClearUnknownKeys(bool aSet=true) | PARAM_BASE | inline |
SetDefault() override | PARAM_SET< Type > | inlinevirtual |
Store(JSON_SETTINGS *aSettings) const override | PARAM_SET< Type > | inlinevirtual |
~PARAM_BASE()=default | PARAM_BASE | virtual |