| 
    KiCad PCB EDA Suite
    
   | 
 
This is the complete list of members for ERC_SETTINGS, including all inherited members.
| AddNestedSettings(NESTED_SETTINGS *aSettings) | JSON_SETTINGS | |
| At(const std::string &aPath) | JSON_SETTINGS | |
| Contains(const std::string &aPath) const | JSON_SETTINGS | |
| ERC_SETTINGS(JSON_SETTINGS *aParent, const std::string &aPath) | ERC_SETTINGS | |
| fetchOrDefault(const nlohmann::json &aJson, const std::string &aKey, ResultType aDefault=ResultType()) | JSON_SETTINGS | protectedstatic | 
| FormatAsString() | JSON_SETTINGS | |
| fromLegacy(wxConfigBase *aConfig, const std::string &aKey, const std::string &aDest) | JSON_SETTINGS | protected | 
| fromLegacyColor(wxConfigBase *aConfig, const std::string &aKey, const std::string &aDest) | JSON_SETTINGS | protected | 
| fromLegacyString(wxConfigBase *aConfig, const std::string &aKey, const std::string &aDest) | JSON_SETTINGS | protected | 
| Get(const std::string &aPath) const | JSON_SETTINGS | |
| Get(const std::string &aPath) const | JSON_SETTINGS | |
| Get(const std::string &aPath) const | JSON_SETTINGS | |
| GetERCSortingMetric() const | ERC_SETTINGS | inline | 
| getFileExt() const | JSON_SETTINGS | inlineprotectedvirtual | 
| GetFileHistories() | JSON_SETTINGS | virtual | 
| GetFilename() const | JSON_SETTINGS | inline | 
| GetFullFilename() const | JSON_SETTINGS | |
| GetJson(const std::string &aPath) const | JSON_SETTINGS | |
| getLegacyFileExt() const | JSON_SETTINGS | inlineprotectedvirtual | 
| GetLocation() const | JSON_SETTINGS | inline | 
| GetParent() | NESTED_SETTINGS | inline | 
| GetPinMapValue(int aFirstType, int aSecondType) const | ERC_SETTINGS | inline | 
| GetPinMapValue(ELECTRICAL_PINTYPE aFirstType, ELECTRICAL_PINTYPE aSecondType) const | ERC_SETTINGS | inline | 
| GetPinMinDrive(ELECTRICAL_PINTYPE aFirstType, ELECTRICAL_PINTYPE aSecondType) const | ERC_SETTINGS | inline | 
| GetPinTypeWeight(ELECTRICAL_PINTYPE aPinType) const | ERC_SETTINGS | inline | 
| GetSeverity(int aErrorCode) const | ERC_SETTINGS | |
| Internals() | JSON_SETTINGS | |
| IsReadOnly() const | JSON_SETTINGS | inline | 
| IsTestEnabled(int aErrorCode) const | ERC_SETTINGS | inline | 
| JSON_SETTINGS(const wxString &aFilename, SETTINGS_LOC aLocation, int aSchemaVersion) | JSON_SETTINGS | inline | 
| JSON_SETTINGS(const wxString &aFilename, SETTINGS_LOC aLocation, int aSchemaVersion, bool aCreateIfMissing, bool aCreateIfDefault, bool aWriteFile) | JSON_SETTINGS | |
| JSON_SETTINGS(const JSON_SETTINGS &)=delete | JSON_SETTINGS | |
| Load() | JSON_SETTINGS | virtual | 
| LoadFromFile(const wxString &aDirectory="") override | NESTED_SETTINGS | virtual | 
| LoadFromRawFile(const wxString &aPath) | JSON_SETTINGS | |
| m_createIfDefault | JSON_SETTINGS | protected | 
| m_createIfMissing | JSON_SETTINGS | protected | 
| m_defaultPinMap | ERC_SETTINGS | privatestatic | 
| m_deleteLegacyAfterMigration | JSON_SETTINGS | protected | 
| m_ErcExclusionComments | ERC_SETTINGS | |
| m_ErcExclusions | ERC_SETTINGS | |
| m_ERCSeverities | ERC_SETTINGS | |
| m_ERCSortingMetric | ERC_SETTINGS | private | 
| m_filename | JSON_SETTINGS | protected | 
| m_internals | JSON_SETTINGS | protected | 
| m_isFutureFormat | JSON_SETTINGS | protected | 
| m_legacy_filename | JSON_SETTINGS | protected | 
| m_location | JSON_SETTINGS | protected | 
| m_manager | JSON_SETTINGS | protected | 
| m_migrators | JSON_SETTINGS | protected | 
| m_modified | JSON_SETTINGS | protected | 
| m_nested_settings | JSON_SETTINGS | protected | 
| m_params | JSON_SETTINGS | protected | 
| m_parent | NESTED_SETTINGS | protected | 
| m_path | NESTED_SETTINGS | protected | 
| m_PinMap | ERC_SETTINGS | |
| m_PinMinDrive | ERC_SETTINGS | static | 
| m_PinTypeWeights | ERC_SETTINGS | private | 
| m_resetParamsIfMissing | JSON_SETTINGS | protected | 
| m_schemaVersion | JSON_SETTINGS | protected | 
| m_writeFile | JSON_SETTINGS | protected | 
| Migrate() | JSON_SETTINGS | |
| MigrateFromLegacy(wxConfigBase *aLegacyConfig) | JSON_SETTINGS | virtual | 
| NESTED_SETTINGS(const std::string &aName, int aSchemaVersion, JSON_SETTINGS *aParent, const std::string &aPath, bool aLoadFromFile=true) | NESTED_SETTINGS | |
| operator!=(const ERC_SETTINGS &other) const | ERC_SETTINGS | inline | 
| operator=(const JSON_SETTINGS &)=delete | JSON_SETTINGS | |
| operator==(const ERC_SETTINGS &other) const | ERC_SETTINGS | inline | 
| registerMigration(int aOldSchemaVersion, int aNewSchemaVersion, std::function< bool(void)> aMigrator) | JSON_SETTINGS | protected | 
| ReleaseNestedSettings(NESTED_SETTINGS *aSettings) | JSON_SETTINGS | |
| ResetPinMap() | ERC_SETTINGS | |
| ResetToDefaults() | JSON_SETTINGS | |
| SaveToFile(const wxString &aDirectory="", bool aForce=false) override | NESTED_SETTINGS | virtual | 
| Set(const std::string &aPath, ValueType aVal) | JSON_SETTINGS | |
| Set(const std::string &aPath, wxString aVal) | JSON_SETTINGS | |
| Set(const std::string &aPath, wxString aVal) | JSON_SETTINGS | |
| SetFilename(const wxString &aFilename) | JSON_SETTINGS | inline | 
| SetIfPresent(const nlohmann::json &aObj, const std::string &aPath, wxString &aTarget) | JSON_SETTINGS | static | 
| SetIfPresent(const nlohmann::json &aObj, const std::string &aPath, bool &aTarget) | JSON_SETTINGS | static | 
| SetIfPresent(const nlohmann::json &aObj, const std::string &aPath, int &aTarget) | JSON_SETTINGS | static | 
| SetIfPresent(const nlohmann::json &aObj, const std::string &aPath, unsigned int &aTarget) | JSON_SETTINGS | static | 
| SetLegacyFilename(const wxString &aFilename) | JSON_SETTINGS | inline | 
| SetLocation(SETTINGS_LOC aLocation) | JSON_SETTINGS | inline | 
| SetManager(SETTINGS_MANAGER *aManager) | JSON_SETTINGS | inline | 
| SetParent(JSON_SETTINGS *aParent, bool aLoadFromFile=true) | NESTED_SETTINGS | |
| SetPinMapValue(int aFirstType, int aSecondType, PIN_ERROR aValue) | ERC_SETTINGS | inline | 
| SetPinMapValue(ELECTRICAL_PINTYPE aFirstType, ELECTRICAL_PINTYPE aSecondType, PIN_ERROR aValue) | ERC_SETTINGS | inline | 
| SetReadOnly(bool aReadOnly) | JSON_SETTINGS | inline | 
| SetSeverity(int aErrorCode, SEVERITY aSeverity) | ERC_SETTINGS | |
| Store() | JSON_SETTINGS | virtual | 
| ~ERC_SETTINGS() | ERC_SETTINGS | virtual | 
| ~JSON_SETTINGS() | JSON_SETTINGS | virtual | 
| ~NESTED_SETTINGS() | NESTED_SETTINGS | virtual |