KiCad PCB EDA Suite
|
#include <startwizard_provider_libraries.h>
Public Member Functions | |
STARTWIZARD_PROVIDER_LIBRARIES () | |
virtual | ~STARTWIZARD_PROVIDER_LIBRARIES () |
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 wxString & | GetPageName () const |
Private Attributes | |
std::shared_ptr< STARTWIZARD_PROVIDER_LIBRARIES_MODEL > | m_model |
wxString | m_pageName |
Definition at line 42 of file startwizard_provider_libraries.h.
STARTWIZARD_PROVIDER_LIBRARIES::STARTWIZARD_PROVIDER_LIBRARIES | ( | ) |
Definition at line 126 of file startwizard_provider_libraries.cpp.
References STARTWIZARD_PROVIDER::STARTWIZARD_PROVIDER().
|
inlinevirtual |
Definition at line 47 of file startwizard_provider_libraries.h.
|
overridevirtual |
Apply whatever actions and settings should happen if the user cancels the startup wizard.
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 159 of file startwizard_provider_libraries.cpp.
References LIBRARY_MANAGER::CreateGlobalTable(), and LIBRARY_MANAGER::InvalidGlobalTables().
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 146 of file startwizard_provider_libraries.cpp.
References LIBRARY_MANAGER::CreateGlobalTable(), LIBRARY_MANAGER::InvalidGlobalTables(), m_model, and USE_DEFAULTS.
|
inlineinherited |
Definition at line 44 of file startwizard_provider.h.
References m_pageName.
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 138 of file startwizard_provider_libraries.cpp.
References LIBRARY_MANAGER::InvalidGlobalTables(), and m_model.
|
inlineoverridevirtual |
Implements STARTWIZARD_PROVIDER.
Definition at line 49 of file startwizard_provider_libraries.h.
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 132 of file startwizard_provider_libraries.cpp.
References LIBRARY_MANAGER::GlobalTablesValid().
|
private |
Definition at line 60 of file startwizard_provider_libraries.h.
Referenced by Finish(), and GetWizardPanel().
|
privateinherited |
Definition at line 52 of file startwizard_provider.h.
Referenced by GetPageName(), and STARTWIZARD_PROVIDER().