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

#include <wizpage.h>

Inheritance diagram for WizGenericSelectPathPanel:
Collaboration diagram for WizGenericSelectPathPanel:

Public Member Functions

 WizGenericSelectPathPanel (const wxString &pageId, const wxString &descr, const wxString &label, const wxString &defValue, wxWizard *parent, const wxBitmap &bitmap=wxNullBitmap)
 
 ~WizGenericSelectPathPanel ()
 
void OnButton (wxCommandEvent &event)
 
virtual void OnPageChanging (wxWizardEvent &event)
 
- Public Member Functions inherited from WizPageBase
 WizPageBase (const wxString &pageName, wxWizard *parent, const wxBitmap &bitmap=wxNullBitmap)
 
 ~WizPageBase ()
 
virtual bool SkipPage () const
 
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

GenericSelectPathm_pGenericSelectPath
 

Additional Inherited Members

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

Detailed Description

Definition at line 119 of file wizpage.h.

Constructor & Destructor Documentation

◆ WizGenericSelectPathPanel()

WizGenericSelectPathPanel::WizGenericSelectPathPanel ( const wxString pageId,
const wxString descr,
const wxString label,
const wxString defValue,
wxWizard parent,
const wxBitmap bitmap = wxNullBitmap 
)

◆ ~WizGenericSelectPathPanel()

WizGenericSelectPathPanel::~WizGenericSelectPathPanel ( )

Definition at line 454 of file wizpage.cpp.

Member Function Documentation

◆ OnButton()

void WizGenericSelectPathPanel::OnButton ( wxCommandEvent event)

◆ OnPageChanging()

void WizGenericSelectPathPanel::OnPageChanging ( wxWizardEvent event)
virtual

Member Data Documentation

◆ m_pGenericSelectPath

GenericSelectPath* WizGenericSelectPathPanel::m_pGenericSelectPath
private

Definition at line 129 of file wizpage.h.


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