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