| Code::Blocks
    SVN r11506
    | 
#include <debuggersettingspanel.h>
| Public Member Functions | |
| DebuggerSettingsPanel (wxWindow *parent, DebuggerSettingsDlg *dialog, cbDebuggerPlugin *plugin) | |
| virtual | ~DebuggerSettingsPanel () | 
| Private Member Functions | |
| void | OnButtonCreate (wxCommandEvent &event) | 
| void | OnButtonDelete (wxCommandEvent &event) | 
| void | OnButtonReset (wxCommandEvent &event) | 
| Private Attributes | |
| DebuggerSettingsDlg * | m_dialog | 
| cbDebuggerPlugin * | m_plugin | 
| Static Private Attributes | |
| static const long | ID_BUTTON_CREATE = wxNewId() | 
| static const long | ID_BUTTON_DELETE = wxNewId() | 
| static const long | ID_BUTTON_RESET = wxNewId() | 
| static const long | ID_TEXTCTRL_INFO = wxNewId() | 
Definition at line 18 of file debuggersettingspanel.h.
| DebuggerSettingsPanel::DebuggerSettingsPanel | ( | wxWindow * | parent, | 
| DebuggerSettingsDlg * | dialog, | ||
| cbDebuggerPlugin * | plugin | ||
| ) | 
Definition at line 32 of file debuggersettingspanel.cpp.
References _(), _T, wxBoxSizer::Add(), wxBoxSizer::Fit(), OnButtonCreate(), OnButtonDelete(), OnButtonReset(), wxBoxSizer::SetSizeHints(), wxALIGN_BOTTOM, wxALL, wxBOTTOM, wxDefaultPosition, wxDefaultSize, wxDefaultValidator, wxEmptyString, wxEXPAND, wxHORIZONTAL, wxID_ANY, wxLEFT, wxRIGHT, wxSHAPED, wxTAB_TRAVERSAL, and wxVERTICAL.
| 
 | virtual | 
Definition at line 79 of file debuggersettingspanel.cpp.
| 
 | private | 
Definition at line 85 of file debuggersettingspanel.cpp.
References _(), cbMessageBox(), DebuggerSettingsDlg::CreateConfig(), wxString::empty(), m_dialog, m_plugin, PlaceWindow(), wxDialog::ShowModal(), wxICON_ERROR, and wxID_OK.
Referenced by DebuggerSettingsPanel().
| 
 | private | 
Definition at line 102 of file debuggersettingspanel.cpp.
References DebuggerSettingsDlg::DeleteConfig(), m_dialog, and m_plugin.
Referenced by DebuggerSettingsPanel().
| 
 | private | 
Definition at line 107 of file debuggersettingspanel.cpp.
References _(), cbMessageBox(), m_dialog, m_plugin, DebuggerSettingsDlg::ResetConfig(), wxICON_QUESTION, wxID_NO, and wxYES.
Referenced by DebuggerSettingsPanel().
| 
 | staticprivate | 
Definition at line 31 of file debuggersettingspanel.h.
| 
 | staticprivate | 
Definition at line 32 of file debuggersettingspanel.h.
| 
 | staticprivate | 
Definition at line 33 of file debuggersettingspanel.h.
| 
 | staticprivate | 
Definition at line 34 of file debuggersettingspanel.h.
| 
 | private | 
Definition at line 45 of file debuggersettingspanel.h.
Referenced by OnButtonCreate(), OnButtonDelete(), and OnButtonReset().
| 
 | private | 
Definition at line 46 of file debuggersettingspanel.h.
Referenced by OnButtonCreate(), OnButtonDelete(), and OnButtonReset().
 1.8.13
 1.8.13