KiCad PCB EDA Suite
|
#include <startwizard_provider_settings.h>
Public Member Functions | |
STARTWIZARD_PROVIDER_SETTINGS () | |
virtual | ~STARTWIZARD_PROVIDER_SETTINGS () |
wxString | Name () const override |
bool | NeedsUserInput () const override |
wxPanel * | GetWizardPanel (wxWindow *aParent, STARTWIZARD *aWizard) override |
void | Finish () override |
void | ApplyDefaults () override |
Apply whatever actions and settings should happen if the user cancels the startup wizard. | |
const STARTWIZARD_PROVIDER_SETTINGS_MODEL & | GetModel () const |
const wxString & | GetPageName () const |
Private Attributes | |
std::shared_ptr< STARTWIZARD_PROVIDER_SETTINGS_MODEL > | m_model |
wxString | m_pageName |
Definition at line 42 of file startwizard_provider_settings.h.
STARTWIZARD_PROVIDER_SETTINGS::STARTWIZARD_PROVIDER_SETTINGS | ( | ) |
Definition at line 182 of file startwizard_provider_settings.cpp.
References STARTWIZARD_PROVIDER::STARTWIZARD_PROVIDER().
|
inlinevirtual |
Definition at line 47 of file startwizard_provider_settings.h.
|
overridevirtual |
Apply whatever actions and settings should happen if the user cancels the startup wizard.
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 218 of file startwizard_provider_settings.cpp.
References PGM_BASE::GetCommonSettings(), SETTINGS_MANAGER::GetPathForSettingsFile(), PGM_BASE::GetSettingsManager(), Pgm(), and JSON_SETTINGS::SaveToFile().
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 201 of file startwizard_provider_settings.cpp.
References PGM_BASE::GetCommonSettings(), SETTINGS_MANAGER::GetPathForSettingsFile(), PGM_BASE::GetSettingsManager(), SETTINGS_MANAGER::Load(), m_model, SETTINGS_MANAGER::MigrateFromPreviousVersion(), Pgm(), JSON_SETTINGS::SaveToFile(), and USE_DEFAULTS.
|
inline |
Definition at line 59 of file startwizard_provider_settings.h.
References m_model.
|
inlineinherited |
Definition at line 44 of file startwizard_provider.h.
References m_pageName.
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 194 of file startwizard_provider_settings.cpp.
References m_model.
|
inlineoverridevirtual |
Implements STARTWIZARD_PROVIDER.
Definition at line 49 of file startwizard_provider_settings.h.
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 188 of file startwizard_provider_settings.cpp.
References PGM_BASE::GetSettingsManager(), Pgm(), and SETTINGS_MANAGER::SettingsDirectoryValid().
|
private |
Definition at line 62 of file startwizard_provider_settings.h.
Referenced by Finish(), GetModel(), and GetWizardPanel().
|
privateinherited |
Definition at line 52 of file startwizard_provider.h.
Referenced by GetPageName(), and STARTWIZARD_PROVIDER().