|
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 |
| bool | WasShown () const |
| void | SetWasShown (bool aShown) |
Private Attributes | |
| std::shared_ptr< STARTWIZARD_PROVIDER_LIBRARIES_MODEL > | m_model |
| wxString | m_pageName |
| bool | m_wasShown |
Definition at line 44 of file startwizard_provider_libraries.h.
| STARTWIZARD_PROVIDER_LIBRARIES::STARTWIZARD_PROVIDER_LIBRARIES | ( | ) |
Definition at line 224 of file startwizard_provider_libraries.cpp.
References _, and STARTWIZARD_PROVIDER::STARTWIZARD_PROVIDER().
|
inlinevirtual |
Definition at line 49 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 343 of file startwizard_provider_libraries.cpp.
References LIBRARY_MANAGER::CreateGlobalTable(), and LIBRARY_MANAGER::InvalidGlobalTables().
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 244 of file startwizard_provider_libraries.cpp.
References _, LIBRARY_MANAGER::CreateGlobalTable(), LIBRARY_MANAGER::DefaultGlobalTablePath(), FOOTPRINT, GLOBAL, IMPORT, LIBRARY_MANAGER::InvalidGlobalTables(), LIBRARY_MANAGER::IsTableValid(), m_model, LIBRARY_TABLE_ROW::SetDescription(), LIBRARY_TABLE_ROW::SetNickname(), LIBRARY_TABLE_ROW::SetType(), LIBRARY_TABLE_ROW::SetURI(), LIBRARY_MANAGER::StockTablePath(), SYMBOL, table, LIBRARY_TABLE_ROW::TABLE_TYPE_NAME, traceLibraries, and USE_DEFAULTS.
|
inlineinherited |
Definition at line 47 of file startwizard_provider.h.
References m_pageName.
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 236 of file startwizard_provider_libraries.cpp.
References LIBRARY_MANAGER::InvalidGlobalTables(), and m_model.
|
inlineoverridevirtual |
Implements STARTWIZARD_PROVIDER.
Definition at line 51 of file startwizard_provider_libraries.h.
|
overridevirtual |
Reimplemented from STARTWIZARD_PROVIDER.
Definition at line 230 of file startwizard_provider_libraries.cpp.
References LIBRARY_MANAGER::GlobalTablesValid().
|
inlineinherited |
Definition at line 50 of file startwizard_provider.h.
References m_wasShown.
|
inlineinherited |
Definition at line 49 of file startwizard_provider.h.
References m_wasShown.
|
private |
Definition at line 62 of file startwizard_provider_libraries.h.
Referenced by Finish(), and GetWizardPanel().
|
privateinherited |
Definition at line 58 of file startwizard_provider.h.
Referenced by GetPageName(), and STARTWIZARD_PROVIDER().
|
privateinherited |
Definition at line 59 of file startwizard_provider.h.
Referenced by SetWasShown(), STARTWIZARD_PROVIDER(), and WasShown().