Code::Blocks
SVN r11506
src
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
;
16
class
DebuggerSettingsDlg
;
17
18
class
DebuggerSettingsPanel
:
public
wxPanel
19
{
20
public
:
21
22
DebuggerSettingsPanel
(
wxWindow
* parent,
DebuggerSettingsDlg
*dialog,
cbDebuggerPlugin
*plugin);
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
:
45
DebuggerSettingsDlg
*
m_dialog
;
46
cbDebuggerPlugin
*
m_plugin
;
47
private
:
48
DECLARE_EVENT_TABLE()
49
};
50
51
#endif // DEBUGGERSETTINGSPANEL_H
button.h
DebuggerSettingsPanel::ID_BUTTON_RESET
static const long ID_BUTTON_RESET
Definition:
debuggersettingspanel.h:33
cbDebuggerPlugin
Base class for debugger plugins.
Definition:
cbplugin.h:397
DebuggerSettingsPanel::m_dialog
DebuggerSettingsDlg * m_dialog
Definition:
debuggersettingspanel.h:45
DebuggerSettingsPanel::ID_TEXTCTRL_INFO
static const long ID_TEXTCTRL_INFO
Definition:
debuggersettingspanel.h:34
DebuggerSettingsPanel::OnButtonCreate
void OnButtonCreate(wxCommandEvent &event)
Definition:
debuggersettingspanel.cpp:85
DebuggerSettingsDlg
Definition:
debuggersettingsdlg.h:23
DebuggerSettingsPanel::m_plugin
cbDebuggerPlugin * m_plugin
Definition:
debuggersettingspanel.h:46
DebuggerSettingsPanel
Definition:
debuggersettingspanel.h:18
DebuggerSettingsPanel::OnButtonDelete
void OnButtonDelete(wxCommandEvent &event)
Definition:
debuggersettingspanel.cpp:102
wxCommandEvent
DebuggerSettingsPanel::~DebuggerSettingsPanel
virtual ~DebuggerSettingsPanel()
Definition:
debuggersettingspanel.cpp:79
textctrl.h
DebuggerSettingsPanel::DebuggerSettingsPanel
DebuggerSettingsPanel(wxWindow *parent, DebuggerSettingsDlg *dialog, cbDebuggerPlugin *plugin)
Definition:
debuggersettingspanel.cpp:32
DebuggerSettingsPanel::ID_BUTTON_DELETE
static const long ID_BUTTON_DELETE
Definition:
debuggersettingspanel.h:32
DebuggerSettingsPanel::OnButtonReset
void OnButtonReset(wxCommandEvent &event)
Definition:
debuggersettingspanel.cpp:107
sizer.h
wxPanel
wxWindow
panel.h
DebuggerSettingsPanel::ID_BUTTON_CREATE
static const long ID_BUTTON_CREATE
Definition:
debuggersettingspanel.h:31
Generated by
1.8.13