Code::Blocks
SVN r11506
|
#include <buildtargetpanel.h>
Public Member Functions | |
BuildTargetPanel (wxWindow *parent, wxWindowID id=-1) | |
virtual | ~BuildTargetPanel () |
void | ShowCompiler (bool show) |
void | SetTargetName (const wxString &name) |
void | SetEnableDebug (bool debug) |
wxComboBox * | GetCompilerCombo () |
bool | GetEnableDebug () const |
wxString | GetTargetName () const |
wxString | GetOutputDir () const |
wxString | GetObjectOutputDir () const |
Static Public Attributes | |
static const long | ID_STATICTEXT1 = wxNewId() |
static const long | ID_STATICTEXT3 = wxNewId() |
static const long | ID_TEXTCTRL1 = wxNewId() |
static const long | ID_STATICTEXT2 = wxNewId() |
static const long | ID_COMBOBOX1 = wxNewId() |
static const long | ID_STATICTEXT4 = wxNewId() |
static const long | ID_TEXTCTRL2 = wxNewId() |
static const long | ID_STATICTEXT5 = wxNewId() |
static const long | ID_TEXTCTRL3 = wxNewId() |
static const long | ID_CHECKBOX1 = wxNewId() |
Private Member Functions | |
void | OntxtNameText (wxCommandEvent &event) |
Private Attributes | |
wxComboBox * | cmbCompiler |
wxTextCtrl * | txtName |
wxStaticText * | lblCompiler |
wxTextCtrl * | txtOut |
wxStaticText * | StaticText3 |
wxCheckBox * | chkEnableDebug |
wxBoxSizer * | BoxSizer1 |
wxTextCtrl * | txtObjOut |
Definition at line 21 of file buildtargetpanel.h.
BuildTargetPanel::BuildTargetPanel | ( | wxWindow * | parent, |
wxWindowID | id = -1 |
||
) |
Definition at line 39 of file buildtargetpanel.cpp.
References _(), _T, wxBoxSizer::Add(), wxFlexGridSizer::AddGrowableCol(), ID_TEXTCTRL1, OntxtNameText(), wxALIGN_LEFT, wxALL, wxBOTTOM, wxCB_READONLY, wxCB_SIMPLE, wxDefaultPosition, wxDefaultSize, wxDefaultValidator, wxEmptyString, wxEXPAND, wxLEFT, wxRIGHT, wxTAB_TRAVERSAL, wxTOP, and wxVERTICAL.
|
virtual |
Definition at line 84 of file buildtargetpanel.cpp.
|
inline |
Definition at line 42 of file buildtargetpanel.h.
References cmbCompiler.
Referenced by WizBuildTargetPanel::GetCompilerID(), WizBuildTargetPanel::OnPageChanging(), and WizBuildTargetPanel::WizBuildTargetPanel().
|
inline |
Definition at line 43 of file buildtargetpanel.h.
References chkEnableDebug, and wxCheckBox::IsChecked().
Referenced by WizBuildTargetPanel::GetEnableDebug().
|
inline |
Definition at line 46 of file buildtargetpanel.h.
References txtObjOut.
Referenced by WizBuildTargetPanel::GetTargetObjectOutputDir().
|
inline |
Definition at line 45 of file buildtargetpanel.h.
References txtOut.
Referenced by WizBuildTargetPanel::GetTargetOutputDir().
|
inline |
Definition at line 44 of file buildtargetpanel.h.
References txtName.
Referenced by WizBuildTargetPanel::GetTargetName(), and WizBuildTargetPanel::OnPageChanging().
|
private |
Definition at line 89 of file buildtargetpanel.cpp.
References _T, txtName, txtObjOut, and txtOut.
Referenced by BuildTargetPanel().
|
inline |
Definition at line 37 of file buildtargetpanel.h.
References chkEnableDebug, and wxCheckBox::SetValue().
Referenced by WizBuildTargetPanel::WizBuildTargetPanel().
|
inline |
Definition at line 33 of file buildtargetpanel.h.
References txtName.
Referenced by WizBuildTargetPanel::WizBuildTargetPanel().
|
inline |
Definition at line 28 of file buildtargetpanel.h.
References cmbCompiler, and lblCompiler.
Referenced by WizBuildTargetPanel::WizBuildTargetPanel().
|
private |
Definition at line 75 of file buildtargetpanel.h.
|
private |
Definition at line 74 of file buildtargetpanel.h.
Referenced by GetEnableDebug(), and SetEnableDebug().
|
private |
Definition at line 69 of file buildtargetpanel.h.
Referenced by GetCompilerCombo(), and ShowCompiler().
|
static |
Definition at line 59 of file buildtargetpanel.h.
|
static |
Definition at line 54 of file buildtargetpanel.h.
|
static |
Definition at line 50 of file buildtargetpanel.h.
|
static |
Definition at line 53 of file buildtargetpanel.h.
|
static |
Definition at line 51 of file buildtargetpanel.h.
|
static |
Definition at line 55 of file buildtargetpanel.h.
|
static |
Definition at line 57 of file buildtargetpanel.h.
|
static |
Definition at line 52 of file buildtargetpanel.h.
|
static |
Definition at line 56 of file buildtargetpanel.h.
|
static |
Definition at line 58 of file buildtargetpanel.h.
|
private |
Definition at line 71 of file buildtargetpanel.h.
Referenced by ShowCompiler().
|
private |
Definition at line 73 of file buildtargetpanel.h.
|
private |
Definition at line 70 of file buildtargetpanel.h.
Referenced by GetTargetName(), OntxtNameText(), and SetTargetName().
|
private |
Definition at line 76 of file buildtargetpanel.h.
Referenced by GetObjectOutputDir(), and OntxtNameText().
|
private |
Definition at line 72 of file buildtargetpanel.h.
Referenced by GetOutputDir(), and OntxtNameText().