Code::Blocks
SVN r11506
|
#include <wizpage.h>
Private Attributes | |
ProjectPathPanel * | m_pProjectPathPanel |
Additional Inherited Members | |
Static Public Member Functions inherited from wxWizardPageSimple | |
static void | Chain (wxWizardPageSimple *first, wxWizardPageSimple *second) |
WizProjectPathPanel::WizProjectPathPanel | ( | wxWizard * | parent, |
const wxBitmap & | bitmap = wxNullBitmap |
||
) |
Definition at line 331 of file wizpage.cpp.
WizProjectPathPanel::~WizProjectPathPanel | ( | ) |
Definition at line 338 of file wizpage.cpp.
wxString WizProjectPathPanel::GetFullFileName | ( | ) | const |
Definition at line 355 of file wizpage.cpp.
Referenced by Wiz::GetProjectFullFilename().
wxString WizProjectPathPanel::GetName | ( | ) | const |
Definition at line 349 of file wizpage.cpp.
Referenced by Wiz::GetProjectName().
wxString WizProjectPathPanel::GetPath | ( | ) | const |
Definition at line 343 of file wizpage.cpp.
References AppendPathSepIfNeeded().
Referenced by Wiz::GetProjectPath().
wxString WizProjectPathPanel::GetTitle | ( | ) | const |
Definition at line 361 of file wizpage.cpp.
Referenced by Wiz::GetProjectTitle().
void WizProjectPathPanel::OnButton | ( | wxCommandEvent & | event | ) |
Definition at line 367 of file wizpage.cpp.
References _(), ChooseDirectory(), wxString::IsEmpty(), wxDirExists(), and wxEmptyString.
Referenced by WizFilePathPanel::OnPageChanging().
|
virtual |
Reimplemented from WizPageBase.
Definition at line 421 of file wizpage.cpp.
References Manager::Get(), ProjectManager::GetDefaultPath(), wxWizardEvent::GetDirection(), Manager::GetProjectManager(), WizGenericSelectPathPanel::OnButton(), and WizPageBase::OnPageChanged().
|
virtual |
Reimplemented from WizPageBase.
Definition at line 376 of file wizpage.cpp.
References _(), cbMessageBox(), Manager::Get(), wxWizardEvent::GetDirection(), Manager::GetProjectManager(), wxString::IsEmpty(), WizPageBase::OnPageChanging(), ProjectManager::SetDefaultPath(), wxFileExists(), wxICON_ERROR, wxICON_QUESTION, wxID_YES, and wxYES_NO.
|
private |