KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_STARTWIZARD_LIBRARIES Class Reference
Inheritance diagram for PANEL_STARTWIZARD_LIBRARIES:
PANEL_STARTWIZARD_LIBRARIES_BASE

Public Member Functions

 PANEL_STARTWIZARD_LIBRARIES (const std::shared_ptr< STARTWIZARD_PROVIDER_LIBRARIES_MODEL > &aModel, wxWindow *aParent, STARTWIZARD *aWizard)
 
bool TransferDataFromWindow () override
 
bool TransferDataToWindow () override
 

Protected Attributes

wxStaticText * m_stIntro
 
wxStaticText * m_stRequiredTablesLabel
 
wxStaticText * m_stRequiredTables
 
wxStaticText * m_stQuery
 
wxRadioButton * m_rbDefaultTables
 
wxRadioButton * m_rbImport
 
wxRadioButton * m_rbBlankTables
 
wxBoxSizer * m_sizerWarning
 
wxStaticBitmap * m_bmpWarning
 
wxStaticText * m_stWarning
 

Private Attributes

std::shared_ptr< STARTWIZARD_PROVIDER_LIBRARIES_MODELm_model
 
STARTWIZARDm_wizard
 

Detailed Description

Definition at line 31 of file startwizard_provider_libraries.cpp.

Constructor & Destructor Documentation

◆ PANEL_STARTWIZARD_LIBRARIES()

PANEL_STARTWIZARD_LIBRARIES::PANEL_STARTWIZARD_LIBRARIES ( const std::shared_ptr< STARTWIZARD_PROVIDER_LIBRARIES_MODEL > & aModel,
wxWindow * aParent,
STARTWIZARD * aWizard )
inline

Member Function Documentation

◆ TransferDataFromWindow()

bool PANEL_STARTWIZARD_LIBRARIES::TransferDataFromWindow ( )
inlineoverride

◆ TransferDataToWindow()

Member Data Documentation

◆ m_bmpWarning

wxStaticBitmap* PANEL_STARTWIZARD_LIBRARIES_BASE::m_bmpWarning
protectedinherited

◆ m_model

std::shared_ptr<STARTWIZARD_PROVIDER_LIBRARIES_MODEL> PANEL_STARTWIZARD_LIBRARIES::m_model
private

◆ m_rbBlankTables

wxRadioButton* PANEL_STARTWIZARD_LIBRARIES_BASE::m_rbBlankTables
protectedinherited

◆ m_rbDefaultTables

wxRadioButton* PANEL_STARTWIZARD_LIBRARIES_BASE::m_rbDefaultTables
protectedinherited

◆ m_rbImport

wxRadioButton* PANEL_STARTWIZARD_LIBRARIES_BASE::m_rbImport
protectedinherited

◆ m_sizerWarning

wxBoxSizer* PANEL_STARTWIZARD_LIBRARIES_BASE::m_sizerWarning
protectedinherited

◆ m_stIntro

wxStaticText* PANEL_STARTWIZARD_LIBRARIES_BASE::m_stIntro
protectedinherited

Definition at line 37 of file panel_startwizard_libraries_base.h.

Referenced by PANEL_STARTWIZARD_LIBRARIES_BASE().

◆ m_stQuery

wxStaticText* PANEL_STARTWIZARD_LIBRARIES_BASE::m_stQuery
protectedinherited

Definition at line 40 of file panel_startwizard_libraries_base.h.

Referenced by PANEL_STARTWIZARD_LIBRARIES_BASE().

◆ m_stRequiredTables

wxStaticText* PANEL_STARTWIZARD_LIBRARIES_BASE::m_stRequiredTables
protectedinherited

◆ m_stRequiredTablesLabel

wxStaticText* PANEL_STARTWIZARD_LIBRARIES_BASE::m_stRequiredTablesLabel
protectedinherited

Definition at line 38 of file panel_startwizard_libraries_base.h.

Referenced by PANEL_STARTWIZARD_LIBRARIES_BASE().

◆ m_stWarning

wxStaticText* PANEL_STARTWIZARD_LIBRARIES_BASE::m_stWarning
protectedinherited

Definition at line 46 of file panel_startwizard_libraries_base.h.

Referenced by PANEL_STARTWIZARD_LIBRARIES_BASE().

◆ m_wizard

STARTWIZARD* PANEL_STARTWIZARD_LIBRARIES::m_wizard
private

The documentation for this class was generated from the following file: