KiCad PCB EDA Suite
|
This is the complete list of members for JOBSET, including all inherited members.
AddNestedSettings(NESTED_SETTINGS *aSettings) | JSON_SETTINGS | |
AddNewJob(wxString aType, JOB *aJob) | JOBSET | |
AddNewJobOutput(JOBSET_OUTPUT_TYPE aType, JOBS_OUTPUT_HANDLER *aJobOutput) | JOBSET | |
At(const std::string &aPath) | JSON_SETTINGS | |
Contains(const std::string &aPath) const | JSON_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 | |
GetDirty() const | JOBSET | inline |
getFileExt() const override | JOBSET | protectedvirtual |
GetFilename() const | JSON_SETTINGS | inline |
GetFullFilename() const | JSON_SETTINGS | |
GetFullName() const | JOBSET | inline |
GetJobs() | JOBSET | inline |
GetJobsForOutput(JOBSET_OUTPUT *aOutput) | JOBSET | |
GetJson(const std::string &aPath) const | JSON_SETTINGS | |
getLegacyFileExt() const | JSON_SETTINGS | inlineprotectedvirtual |
GetLocation() const | JSON_SETTINGS | inline |
GetOutput(wxString &aOutput) | JOBSET | |
GetOutputs() | JOBSET | inline |
Internals() | JSON_SETTINGS | |
IsReadOnly() const | JSON_SETTINGS | inline |
JOBSET(const wxString &aFilename) | JOBSET | |
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 | |
Load() | JSON_SETTINGS | virtual |
LoadFromFile(const wxString &aDirectory="") | JSON_SETTINGS | virtual |
LoadFromRawFile(const wxString &aPath) | JSON_SETTINGS | |
m_createIfDefault | JSON_SETTINGS | protected |
m_createIfMissing | JSON_SETTINGS | protected |
m_deleteLegacyAfterMigration | JSON_SETTINGS | protected |
m_dirty | JOBSET | private |
m_filename | JSON_SETTINGS | protected |
m_fileNameWithoutPath | JOBSET | private |
m_internals | JSON_SETTINGS | protected |
m_jobs | JOBSET | private |
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_outputs | JOBSET | private |
m_params | JSON_SETTINGS | protected |
m_resetParamsIfMissing | JSON_SETTINGS | protected |
m_schemaVersion | JSON_SETTINGS | protected |
m_writeFile | JSON_SETTINGS | protected |
Migrate() | JSON_SETTINGS | |
MigrateFromLegacy(wxConfigBase *aLegacyConfig) | JSON_SETTINGS | virtual |
MoveJobDown(size_t aJobIdx) | JOBSET | |
MoveJobUp(size_t aJobIdx) | JOBSET | |
registerMigration(int aOldSchemaVersion, int aNewSchemaVersion, std::function< bool(void)> aMigrator) | JSON_SETTINGS | protected |
ReleaseNestedSettings(NESTED_SETTINGS *aSettings) | JSON_SETTINGS | |
RemoveJob(size_t aJobIdx) | JOBSET | |
RemoveOutput(JOBSET_OUTPUT *aOutput) | JOBSET | |
ResetToDefaults() | JSON_SETTINGS | |
SaveToFile(const wxString &aDirectory="", bool aForce=false) override | JOBSET | 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 | |
SetDirty() | JOBSET | inline |
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 |
SetReadOnly(bool aReadOnly) | JSON_SETTINGS | inline |
Store() | JSON_SETTINGS | virtual |
~JOBSET() | JOBSET | inlinevirtual |
~JSON_SETTINGS() | JSON_SETTINGS | virtual |