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