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