KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PARAM_LAMBDA< ValueType > Member List

This is the complete list of members for PARAM_LAMBDA< ValueType >, including all inherited members.

ClearUnknownKeys() constPARAM_BASEinline
GetDefault() constPARAM_LAMBDA< ValueType >inline
GetJsonPath() constPARAM_BASEinline
Load(JSON_SETTINGS *aSettings, bool aResetIfMissing=true) const overridePARAM_LAMBDA< ValueType >inlinevirtual
m_clearUnknownKeysPARAM_BASEprotected
m_defaultPARAM_LAMBDA< ValueType >private
m_getterPARAM_LAMBDA< ValueType >private
m_pathPARAM_BASEprotected
m_readOnlyPARAM_BASEprotected
m_setterPARAM_LAMBDA< ValueType >private
MatchesFile(JSON_SETTINGS *aSettings) const overridePARAM_LAMBDA< ValueType >inlinevirtual
PARAM_BASE(std::string aJsonPath, bool aReadOnly)PARAM_BASEinline
PARAM_LAMBDA(const std::string &aJsonPath, std::function< ValueType()> aGetter, std::function< void(ValueType)> aSetter, ValueType aDefault, bool aReadOnly=false)PARAM_LAMBDA< ValueType >inline
SetDefault() overridePARAM_LAMBDA< ValueType >inlinevirtual
Store(JSON_SETTINGS *aSettings) const overridePARAM_LAMBDA< ValueType >inlinevirtual
~PARAM_BASE()=defaultPARAM_BASEvirtual