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

#include <wizpage.h>

Inheritance diagram for WizProjectPathPanel:
Collaboration diagram for WizProjectPathPanel:

Public Member Functions

 WizProjectPathPanel (wxWizard *parent, const wxBitmap &bitmap=wxNullBitmap)
 
 ~WizProjectPathPanel ()
 
wxString GetPath () const
 
wxString GetName () const
 
wxString GetFullFileName () const
 
wxString GetTitle () const
 
void OnButton (wxCommandEvent &event)
 
virtual void OnPageChanging (wxWizardEvent &event)
 
virtual void OnPageChanged (wxWizardEvent &event)
 
- Public Member Functions inherited from WizPageBase
 WizPageBase (const wxString &pageName, wxWizard *parent, const wxBitmap &bitmap=wxNullBitmap)
 
 ~WizPageBase ()
 
virtual bool SkipPage () const
 
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

ProjectPathPanelm_pProjectPathPanel
 

Additional Inherited Members

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

Detailed Description

Definition at line 99 of file wizpage.h.

Constructor & Destructor Documentation

◆ WizProjectPathPanel()

WizProjectPathPanel::WizProjectPathPanel ( wxWizard parent,
const wxBitmap bitmap = wxNullBitmap 
)

Definition at line 331 of file wizpage.cpp.

◆ ~WizProjectPathPanel()

WizProjectPathPanel::~WizProjectPathPanel ( )

Definition at line 338 of file wizpage.cpp.

Member Function Documentation

◆ GetFullFileName()

wxString WizProjectPathPanel::GetFullFileName ( ) const

Definition at line 355 of file wizpage.cpp.

Referenced by Wiz::GetProjectFullFilename().

◆ GetName()

wxString WizProjectPathPanel::GetName ( ) const

Definition at line 349 of file wizpage.cpp.

Referenced by Wiz::GetProjectName().

◆ GetPath()

wxString WizProjectPathPanel::GetPath ( ) const

Definition at line 343 of file wizpage.cpp.

References AppendPathSepIfNeeded().

Referenced by Wiz::GetProjectPath().

◆ GetTitle()

wxString WizProjectPathPanel::GetTitle ( ) const

Definition at line 361 of file wizpage.cpp.

Referenced by Wiz::GetProjectTitle().

◆ OnButton()

void WizProjectPathPanel::OnButton ( wxCommandEvent event)

◆ OnPageChanged()

void WizProjectPathPanel::OnPageChanged ( wxWizardEvent event)
virtual

◆ OnPageChanging()

void WizProjectPathPanel::OnPageChanging ( wxWizardEvent event)
virtual

Member Data Documentation

◆ m_pProjectPathPanel

ProjectPathPanel* WizProjectPathPanel::m_pProjectPathPanel
private

Definition at line 114 of file wizpage.h.


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