Code::Blocks
SVN r11506
|
#include <wizpage.h>
Private Attributes | |
CompilerPanel * | m_pCompilerPanel |
bool | m_AllowConfigChange |
Additional Inherited Members | |
Static Public Member Functions inherited from wxWizardPageSimple | |
static void | Chain (wxWizardPageSimple *first, wxWizardPageSimple *second) |
WizCompilerPanel::WizCompilerPanel | ( | const wxString & | compilerID, |
const wxString & | validCompilerIDs, | ||
wxWizard * | parent, | ||
const wxBitmap & | bitmap = wxNullBitmap , |
||
bool | allowCompilerChange = true , |
||
bool | allowConfigChange = true |
||
) |
Definition at line 492 of file wizpage.cpp.
References _T, CompilerPanel::EnableConfigurationTargets(), Wizard::FillCompilerControl(), Manager::Get(), CompilerPanel::GetCompilerCombo(), Manager::GetConfigManager(), m_AllowConfigChange, m_pCompilerPanel, ConfigManager::Read(), ConfigManager::ReadBool(), CompilerPanel::SetDebugName(), CompilerPanel::SetDebugObjectOutputDir(), CompilerPanel::SetDebugOutputDir(), CompilerPanel::SetReleaseName(), CompilerPanel::SetReleaseObjectOutputDir(), CompilerPanel::SetReleaseOutputDir(), CompilerPanel::SetWantDebug(), and CompilerPanel::SetWantRelease().
WizCompilerPanel::~WizCompilerPanel | ( | ) |
Definition at line 519 of file wizpage.cpp.
wxString WizCompilerPanel::GetCompilerID | ( | ) | const |
Definition at line 524 of file wizpage.cpp.
References CompilerFactory::GetCompilerByName(), CompilerPanel::GetCompilerCombo(), Compiler::GetID(), m_pCompilerPanel, and wxEmptyString.
Referenced by Wiz::GetCompilerID(), and OnPageChanging().
wxString WizCompilerPanel::GetDebugName | ( | ) | const |
Definition at line 539 of file wizpage.cpp.
References CompilerPanel::GetDebugName(), and m_pCompilerPanel.
Referenced by Wiz::GetDebugName(), and OnPageChanging().
wxString WizCompilerPanel::GetDebugObjectOutputDir | ( | ) | const |
Definition at line 551 of file wizpage.cpp.
References AppendPathSepIfNeeded(), CompilerPanel::GetDebugObjectOutputDir(), and m_pCompilerPanel.
Referenced by Wiz::GetDebugObjectOutputDir(), and OnPageChanging().
wxString WizCompilerPanel::GetDebugOutputDir | ( | ) | const |
Definition at line 545 of file wizpage.cpp.
References AppendPathSepIfNeeded(), CompilerPanel::GetDebugOutputDir(), and m_pCompilerPanel.
Referenced by Wiz::GetDebugOutputDir(), and OnPageChanging().
wxString WizCompilerPanel::GetReleaseName | ( | ) | const |
Definition at line 563 of file wizpage.cpp.
References CompilerPanel::GetReleaseName(), and m_pCompilerPanel.
Referenced by Wiz::GetReleaseName(), and OnPageChanging().
wxString WizCompilerPanel::GetReleaseObjectOutputDir | ( | ) | const |
Definition at line 575 of file wizpage.cpp.
References AppendPathSepIfNeeded(), CompilerPanel::GetReleaseObjectOutputDir(), and m_pCompilerPanel.
Referenced by Wiz::GetReleaseObjectOutputDir(), and OnPageChanging().
wxString WizCompilerPanel::GetReleaseOutputDir | ( | ) | const |
Definition at line 569 of file wizpage.cpp.
References AppendPathSepIfNeeded(), CompilerPanel::GetReleaseOutputDir(), and m_pCompilerPanel.
Referenced by Wiz::GetReleaseOutputDir(), and OnPageChanging().
bool WizCompilerPanel::GetWantDebug | ( | ) | const |
Definition at line 533 of file wizpage.cpp.
References CompilerPanel::GetWantDebug(), and m_pCompilerPanel.
Referenced by Wiz::GetWantDebug(), and OnPageChanging().
bool WizCompilerPanel::GetWantRelease | ( | ) | const |
Definition at line 557 of file wizpage.cpp.
References CompilerPanel::GetWantRelease(), and m_pCompilerPanel.
Referenced by Wiz::GetWantRelease(), and OnPageChanging().
|
virtual |
Reimplemented from WizPageBase.
Definition at line 581 of file wizpage.cpp.
References _(), _T, cbMessageBox(), Manager::Get(), GetCompilerID(), Manager::GetConfigManager(), GetDebugName(), GetDebugObjectOutputDir(), GetDebugOutputDir(), wxWizardEvent::GetDirection(), GetReleaseName(), GetReleaseObjectOutputDir(), GetReleaseOutputDir(), GetWantDebug(), GetWantRelease(), wxString::IsEmpty(), m_AllowConfigChange, WizPageBase::OnPageChanging(), ConfigManager::Write(), and wxICON_ERROR.
|
private |
Definition at line 154 of file wizpage.h.
Referenced by OnPageChanging(), and WizCompilerPanel().
|
private |
Definition at line 153 of file wizpage.h.
Referenced by GetCompilerID(), GetDebugName(), GetDebugObjectOutputDir(), GetDebugOutputDir(), GetReleaseName(), GetReleaseObjectOutputDir(), GetReleaseOutputDir(), GetWantDebug(), GetWantRelease(), and WizCompilerPanel().