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

#include <wizpage.h>

Inheritance diagram for WizBuildTargetPanel:
Collaboration diagram for WizBuildTargetPanel:

Public Member Functions

 WizBuildTargetPanel (const wxString &targetName, bool isDebug, wxWizard *parent, const wxBitmap &bitmap=wxNullBitmap, bool showCompiler=false, const wxString &compilerID=wxEmptyString, const wxString &validCompilerIDs=_T("*"), bool allowCompilerChange=true)
 
 ~WizBuildTargetPanel ()
 
wxString GetCompilerID () const
 
bool GetEnableDebug () const
 
wxString GetTargetName () const
 
wxString GetTargetOutputDir () const
 
wxString GetTargetObjectOutputDir () const
 
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

BuildTargetPanelm_pBuildTargetPanel
 

Additional Inherited Members

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

Detailed Description

Definition at line 157 of file wizpage.h.

Constructor & Destructor Documentation

◆ WizBuildTargetPanel()

WizBuildTargetPanel::WizBuildTargetPanel ( const wxString targetName,
bool  isDebug,
wxWizard parent,
const wxBitmap bitmap = wxNullBitmap,
bool  showCompiler = false,
const wxString compilerID = wxEmptyString,
const wxString validCompilerIDs = _T("*"),
bool  allowCompilerChange = true 
)

◆ ~WizBuildTargetPanel()

WizBuildTargetPanel::~WizBuildTargetPanel ( )

Definition at line 641 of file wizpage.cpp.

Member Function Documentation

◆ GetCompilerID()

wxString WizBuildTargetPanel::GetCompilerID ( ) const

◆ GetEnableDebug()

bool WizBuildTargetPanel::GetEnableDebug ( ) const

Definition at line 658 of file wizpage.cpp.

References BuildTargetPanel::GetEnableDebug(), and m_pBuildTargetPanel.

Referenced by Wiz::GetTargetEnableDebug().

◆ GetTargetName()

wxString WizBuildTargetPanel::GetTargetName ( ) const

Definition at line 664 of file wizpage.cpp.

References BuildTargetPanel::GetTargetName(), and m_pBuildTargetPanel.

Referenced by Wiz::GetTargetName().

◆ GetTargetObjectOutputDir()

wxString WizBuildTargetPanel::GetTargetObjectOutputDir ( ) const

◆ GetTargetOutputDir()

wxString WizBuildTargetPanel::GetTargetOutputDir ( ) const

◆ OnPageChanging()

void WizBuildTargetPanel::OnPageChanging ( wxWizardEvent event)
virtual

Member Data Documentation

◆ m_pBuildTargetPanel

BuildTargetPanel* WizBuildTargetPanel::m_pBuildTargetPanel
private

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