Code::Blocks  SVN r11506
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
WizPageBase Class Reference

#include <wizpage.h>

Inheritance diagram for WizPageBase:
Collaboration diagram for WizPageBase:

Public Member Functions

 WizPageBase (const wxString &pageName, wxWizard *parent, const wxBitmap &bitmap=wxNullBitmap)
 
 ~WizPageBase ()
 
virtual bool SkipPage () const
 
virtual void OnPageChanging (wxWizardEvent &event)
 
virtual void OnPageChanged (wxWizardEvent &event)
 
virtual wxWizardPageGetPrev () const
 
virtual wxWizardPageGetNext () const
 
wxString GetPageName () const
 
bool GetSkipPage () const
 
void SetSkipPage (bool skip)
 
- Public Member Functions inherited from wxWizardPageSimple
 wxWizardPageSimple ()
 
 wxWizardPageSimple (wxWizard *parent, wxWizardPage *prev=NULL, wxWizardPage *next=NULL, const wxBitmap &bitmap=wxNullBitmap)
 
bool Create (wxWizard *parent=NULL, wxWizardPage *prev=NULL, wxWizardPage *next=NULL, const wxBitmap &bitmap=wxNullBitmap)
 
wxWizardPageSimpleChain (wxWizardPageSimple *next)
 
void SetNext (wxWizardPage *next)
 
void SetPrev (wxWizardPage *prev)
 
- Public Member Functions inherited from wxWizardPage
 wxWizardPage ()
 
 wxWizardPage (wxWizard *parent, const wxBitmap &bitmap=wxNullBitmap)
 
bool Create (wxWizard *parent, const wxBitmap &bitmap=wxNullBitmap)
 
virtual wxBitmap GetBitmap () const
 

Private Attributes

wxString m_PageName
 
bool m_SkipPage
 

Static Private Attributes

static PagesByName s_PagesByName
 

Additional Inherited Members

- Static Public Member Functions inherited from wxWizardPageSimple
static void Chain (wxWizardPageSimple *first, wxWizardPageSimple *second)
 

Detailed Description

Definition at line 33 of file wizpage.h.

Constructor & Destructor Documentation

◆ WizPageBase()

WizPageBase::WizPageBase ( const wxString pageName,
wxWizard parent,
const wxBitmap bitmap = wxNullBitmap 
)

◆ ~WizPageBase()

WizPageBase::~WizPageBase ( )

Definition at line 108 of file wizpage.cpp.

Member Function Documentation

◆ GetNext()

wxWizardPage * WizPageBase::GetNext ( ) const
virtual

◆ GetPageName()

wxString WizPageBase::GetPageName ( ) const
inline

◆ GetPrev()

wxWizardPage * WizPageBase::GetPrev ( ) const
virtual

◆ GetSkipPage()

bool WizPageBase::GetSkipPage ( ) const
inline

Definition at line 47 of file wizpage.h.

Referenced by WizInfoPanel::OnPageChanging().

◆ OnPageChanged()

void WizPageBase::OnPageChanged ( wxWizardEvent event)
virtual

◆ OnPageChanging()

void WizPageBase::OnPageChanging ( wxWizardEvent event)
virtual

◆ SetSkipPage()

void WizPageBase::SetSkipPage ( bool  skip)
inline

Definition at line 48 of file wizpage.h.

Referenced by WizInfoPanel::OnPageChanging().

◆ SkipPage()

virtual bool WizPageBase::SkipPage ( ) const
inlinevirtual

Member Data Documentation

◆ m_PageName

wxString WizPageBase::m_PageName
private

Definition at line 52 of file wizpage.h.

◆ m_SkipPage

bool WizPageBase::m_SkipPage
private

Definition at line 53 of file wizpage.h.

◆ s_PagesByName

PagesByName WizPageBase::s_PagesByName
staticprivate

Definition at line 51 of file wizpage.h.

Referenced by AppendPathSepIfNeeded().


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