Code::Blocks  SVN r11506
debuggersettingspanel.h
Go to the documentation of this file.
1 #ifndef DEBUGGERSETTINGSPANEL_H
2 #define DEBUGGERSETTINGSPANEL_H
3 
4 #ifndef CB_PRECOMP
5  //(*HeadersPCH(DebuggerSettingsPanel)
6  #include <wx/sizer.h>
7  #include <wx/button.h>
8  #include <wx/panel.h>
9  #include <wx/textctrl.h>
10  //*)
11 #endif
12 //(*Headers(DebuggerSettingsPanel)
13 //*)
14 
15 class cbDebuggerPlugin;
17 
19 {
20  public:
21 
23  virtual ~DebuggerSettingsPanel();
24 
25  private:
26 
27  //(*Declarations(DebuggerSettingsPanel)
28  //*)
29 
30  //(*Identifiers(DebuggerSettingsPanel)
31  static const long ID_BUTTON_CREATE;
32  static const long ID_BUTTON_DELETE;
33  static const long ID_BUTTON_RESET;
34  static const long ID_TEXTCTRL_INFO;
35  //*)
36  private:
37 
38  //(*Handlers(DebuggerSettingsPanel)
39  void OnButtonCreate(wxCommandEvent& event);
40  void OnButtonDelete(wxCommandEvent& event);
41  void OnButtonReset(wxCommandEvent& event);
42  //*)
43 
44  private:
47  private:
48  DECLARE_EVENT_TABLE()
49 };
50 
51 #endif // DEBUGGERSETTINGSPANEL_H
static const long ID_BUTTON_RESET
Base class for debugger plugins.
Definition: cbplugin.h:397
DebuggerSettingsDlg * m_dialog
static const long ID_TEXTCTRL_INFO
void OnButtonCreate(wxCommandEvent &event)
cbDebuggerPlugin * m_plugin
void OnButtonDelete(wxCommandEvent &event)
DebuggerSettingsPanel(wxWindow *parent, DebuggerSettingsDlg *dialog, cbDebuggerPlugin *plugin)
static const long ID_BUTTON_DELETE
void OnButtonReset(wxCommandEvent &event)
static const long ID_BUTTON_CREATE