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