|
KiCad PCB EDA Suite
|
This is the complete list of members for COLOR_MAP_PARAM, including all inherited members.
| ClearUnknownKeys() const | PARAM_BASE | inline |
| COLOR_MAP_PARAM(const std::string &aJsonPath, int aMapKey, COLOR4D aDefault, std::unordered_map< int, COLOR4D > *aMap, bool aReadOnly=false) | COLOR_MAP_PARAM | inline |
| GetDefault() const | COLOR_MAP_PARAM | inline |
| GetJsonPath() const | PARAM_BASE | inline |
| GetKey() const | COLOR_MAP_PARAM | inline |
| Load(const JSON_SETTINGS &aSettings, bool aResetIfMissing=true) const override | COLOR_MAP_PARAM | inlinevirtual |
| m_clearUnknownKeys | PARAM_BASE | protected |
| m_default | COLOR_MAP_PARAM | private |
| m_key | COLOR_MAP_PARAM | private |
| m_map | COLOR_MAP_PARAM | private |
| m_path | PARAM_BASE | protected |
| m_readOnly | PARAM_BASE | protected |
| MatchesFile(const JSON_SETTINGS &aSettings) const override | COLOR_MAP_PARAM | inlinevirtual |
| PARAM_BASE(std::string aJsonPath, bool aReadOnly) | PARAM_BASE | inline |
| SetClearUnknownKeys(bool aSet=true) | PARAM_BASE | inline |
| SetDefault() override | COLOR_MAP_PARAM | inlinevirtual |
| Store(JSON_SETTINGS *aSettings) const override | COLOR_MAP_PARAM | inlinevirtual |
| ~PARAM_BASE()=default | PARAM_BASE | virtual |