KiCad PCB EDA Suite
|
#include <startwizard.h>
Public Member Functions | |
STARTWIZARD () | |
~STARTWIZARD () | |
STARTWIZARD (const STARTWIZARD &)=delete | |
STARTWIZARD & | operator= (const STARTWIZARD &)=delete |
void | CheckAndRun (wxWindow *parent) |
STARTWIZARD_PROVIDER * | GetProvider (const wxString &aName) |
Private Attributes | |
wxWizard * | m_wizard |
std::vector< std::unique_ptr< STARTWIZARD_PROVIDER > > | m_providers |
Definition at line 30 of file startwizard.h.
STARTWIZARD::STARTWIZARD | ( | ) |
Definition at line 111 of file startwizard.cpp.
References m_wizard.
Referenced by operator=(), and STARTWIZARD().
STARTWIZARD::~STARTWIZARD | ( | ) |
Definition at line 117 of file startwizard.cpp.
|
delete |
References STARTWIZARD().
void STARTWIZARD::CheckAndRun | ( | wxWindow * | parent | ) |
Definition at line 137 of file startwizard.cpp.
References _, STARTWIZARD_PAGE::AddContent(), PGM_BASE::HideSplash(), IsOK(), m_providers, m_wizard, Pgm(), and STARTWIZARD_WELCOME_PAGE::SetWrap().
Referenced by PGM_KICAD::OnPgmInit(), PGM_SINGLE_TOP::OnPgmInit(), and operator=().
STARTWIZARD_PROVIDER * STARTWIZARD::GetProvider | ( | const wxString & | aName | ) |
|
delete |
References CheckAndRun(), GetProvider(), and STARTWIZARD().
|
private |
Definition at line 46 of file startwizard.h.
Referenced by CheckAndRun(), and GetProvider().
|
private |
Definition at line 45 of file startwizard.h.
Referenced by CheckAndRun(), and STARTWIZARD().