KiCad PCB EDA Suite
|
This is the complete list of members for PARAM_VIEWPORT3D, including all inherited members.
ClearUnknownKeys() const | PARAM_BASE | inline |
GetDefault() const | PARAM_LAMBDA< nlohmann::json > | inline |
GetJsonPath() const | PARAM_BASE | inline |
jsonToViewports(const nlohmann::json &aJson) | PARAM_VIEWPORT3D | private |
Load(const JSON_SETTINGS &aSettings, bool aResetIfMissing=true) const override | PARAM_LAMBDA< nlohmann::json > | inlinevirtual |
m_clearUnknownKeys | PARAM_BASE | protected |
m_default | PARAM_LAMBDA< nlohmann::json > | private |
m_getter | PARAM_LAMBDA< nlohmann::json > | private |
m_path | PARAM_BASE | protected |
m_readOnly | PARAM_BASE | protected |
m_setter | PARAM_LAMBDA< nlohmann::json > | private |
m_viewports | PARAM_VIEWPORT3D | private |
MatchesFile(const JSON_SETTINGS &aSettings) const override | PARAM_LAMBDA< nlohmann::json > | inlinevirtual |
PARAM_BASE(std::string aJsonPath, bool aReadOnly) | PARAM_BASE | inline |
PARAM_LAMBDA(const std::string &aJsonPath, std::function< nlohmann::json()> aGetter, std::function< void(nlohmann::json)> aSetter, nlohmann::json aDefault, bool aReadOnly=false) | PARAM_LAMBDA< nlohmann::json > | inline |
PARAM_VIEWPORT3D(const std::string &aPath, std::vector< VIEWPORT3D > *aViewportList) | PARAM_VIEWPORT3D | |
SetClearUnknownKeys(bool aSet=true) | PARAM_BASE | inline |
SetDefault() override | PARAM_LAMBDA< nlohmann::json > | inlinevirtual |
Store(JSON_SETTINGS *aSettings) const override | PARAM_LAMBDA< nlohmann::json > | inlinevirtual |
viewportsToJson() | PARAM_VIEWPORT3D | private |
~PARAM_BASE()=default | PARAM_BASE | virtual |