Code::Blocks
SVN r11506
|
#include <wizpage.h>
Private Attributes | |
FilePathPanel * | m_pFilePathPanel |
wxString | m_Filename |
wxString | m_HeaderGuard |
bool | m_AddToProject |
Additional Inherited Members | |
Static Public Member Functions inherited from wxWizardPageSimple | |
static void | Chain (wxWizardPageSimple *first, wxWizardPageSimple *second) |
WizFilePathPanel::WizFilePathPanel | ( | bool | showHeaderGuard, |
wxWizard * | parent, | ||
const wxBitmap & | bitmap = wxNullBitmap |
||
) |
Definition at line 272 of file wizpage.cpp.
References _T, Manager::Get(), Manager::GetConfigManager(), m_pFilePathPanel, ConfigManager::ReadBool(), FilePathPanel::SetAddToProject(), and FilePathPanel::ShowHeaderGuard().
WizFilePathPanel::~WizFilePathPanel | ( | ) |
Definition at line 284 of file wizpage.cpp.
|
inline |
Definition at line 87 of file wizpage.h.
Referenced by Wiz::GetFileAddToProject().
|
inline |
Definition at line 85 of file wizpage.h.
Referenced by Wiz::GetFileName().
|
inline |
Definition at line 86 of file wizpage.h.
Referenced by Wiz::GetFileHeaderGuard().
int WizFilePathPanel::GetTargetIndex | ( | ) | const |
Definition at line 288 of file wizpage.cpp.
References FilePathPanel::GetTargetIndex(), and m_pFilePathPanel.
Referenced by Wiz::GetFileTargetIndex().
|
virtual |
Reimplemented from WizPageBase.
Definition at line 302 of file wizpage.cpp.
References _(), _T, cbMessageBox(), Manager::Get(), FilePathPanel::GetAddToProject(), Manager::GetConfigManager(), wxWizardEvent::GetDirection(), FilePathPanel::GetFilename(), FilePathPanel::GetHeaderGuard(), wxString::IsEmpty(), m_AddToProject, m_Filename, m_HeaderGuard, m_pFilePathPanel, WizProjectPathPanel::OnButton(), WizPageBase::OnPageChanging(), ConfigManager::Write(), wxDirExists(), wxICON_ERROR, and wxPathOnly().
void WizFilePathPanel::SetFilePathSelectionFilter | ( | const wxString & | filter | ) |
Definition at line 297 of file wizpage.cpp.
References m_pFilePathPanel, and FilePathPanel::SetFilePathSelectionFilter().
Referenced by Wiz::SetFilePathSelectionFilter().
|
private |
Definition at line 96 of file wizpage.h.
Referenced by OnPageChanging().
|
private |
Definition at line 94 of file wizpage.h.
Referenced by OnPageChanging().
|
private |
Definition at line 95 of file wizpage.h.
Referenced by OnPageChanging().
|
private |
Definition at line 93 of file wizpage.h.
Referenced by GetTargetIndex(), OnPageChanging(), SetFilePathSelectionFilter(), and WizFilePathPanel().