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

Public Member Functions

 STARTWIZARD_PAGE (wxWizard *aParent, const wxString &aPageTitle)
 
wxWindow * GetContentParent () const
 
void AddContent (wxPanel *aContent)
 
wxSize GetContentMinSize () const
 

Private Attributes

wxScrolledWindow * m_scrolledWindow
 
wxBoxSizer * m_mainSizer
 

Detailed Description

Definition at line 37 of file startwizard.cpp.

Constructor & Destructor Documentation

◆ STARTWIZARD_PAGE()

STARTWIZARD_PAGE::STARTWIZARD_PAGE ( wxWizard * aParent,
const wxString & aPageTitle )
inline

Definition at line 40 of file startwizard.cpp.

References m_mainSizer, and m_scrolledWindow.

Member Function Documentation

◆ AddContent()

void STARTWIZARD_PAGE::AddContent ( wxPanel * aContent)
inline

Definition at line 71 of file startwizard.cpp.

References m_mainSizer, and m_scrolledWindow.

Referenced by STARTWIZARD::CheckAndRun().

◆ GetContentMinSize()

wxSize STARTWIZARD_PAGE::GetContentMinSize ( ) const
inline

Definition at line 78 of file startwizard.cpp.

References m_mainSizer.

Referenced by STARTWIZARD::CheckAndRun().

◆ GetContentParent()

wxWindow * STARTWIZARD_PAGE::GetContentParent ( ) const
inline

Definition at line 69 of file startwizard.cpp.

References m_scrolledWindow.

Referenced by STARTWIZARD::CheckAndRun().

Member Data Documentation

◆ m_mainSizer

wxBoxSizer* STARTWIZARD_PAGE::m_mainSizer
private

Definition at line 82 of file startwizard.cpp.

Referenced by AddContent(), GetContentMinSize(), and STARTWIZARD_PAGE().

◆ m_scrolledWindow

wxScrolledWindow* STARTWIZARD_PAGE::m_scrolledWindow
private

Definition at line 81 of file startwizard.cpp.

Referenced by AddContent(), GetContentParent(), and STARTWIZARD_PAGE().


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