Code::Blocks
SVN r11506
|
#include <wizpage.h>
Private Attributes | |
InfoPanel * | m_InfoPanel |
Additional Inherited Members | |
Static Public Member Functions inherited from wxWizardPageSimple | |
static void | Chain (wxWizardPageSimple *first, wxWizardPageSimple *second) |
WizInfoPanel::WizInfoPanel | ( | const wxString & | pageId, |
const wxString & | intro_msg, | ||
wxWizard * | parent, | ||
const wxBitmap & | bitmap = wxNullBitmap |
||
) |
Definition at line 246 of file wizpage.cpp.
References m_InfoPanel, and InfoPanel::SetIntroText().
WizInfoPanel::~WizInfoPanel | ( | ) |
Definition at line 254 of file wizpage.cpp.
|
virtual |
Reimplemented from WizPageBase.
Definition at line 258 of file wizpage.cpp.
References InfoPanel::chkSkip, wxWizardEvent::GetDirection(), WizPageBase::GetSkipPage(), wxCheckBox::GetValue(), m_InfoPanel, WizPageBase::OnPageChanging(), and WizPageBase::SetSkipPage().
|
private |
Definition at line 76 of file wizpage.h.
Referenced by OnPageChanging(), and WizInfoPanel().