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