Code::Blocks
SVN r11506
plugins
debuggergdb
editwatchdlg.h
Go to the documentation of this file.
1
/*
2
* This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
3
* http://www.gnu.org/licenses/gpl-3.0.html
4
*/
5
6
#ifndef EDITWATCHDLG_H
7
#define EDITWATCHDLG_H
8
9
#include "
scrollingdialog.h
"
10
11
#include "
debugger_defs.h
"
12
13
class
EditWatchDlg
:
public
wxScrollingDialog
14
{
15
public
:
16
EditWatchDlg
(cb::shared_ptr<GDBWatch> w,
wxWindow
* parent);
17
virtual
~EditWatchDlg
();
18
19
protected
:
20
void
EndModal
(
int
retCode);
21
22
cb::shared_ptr<GDBWatch>
m_watch
;
23
};
24
25
#endif // EDITWATCHDLG_H
debugger_defs.h
wxScrollingDialog
Definition:
scrollingdialog.h:163
scrollingdialog.h
EditWatchDlg::m_watch
cb::shared_ptr< GDBWatch > m_watch
Definition:
editwatchdlg.h:22
EditWatchDlg::EditWatchDlg
EditWatchDlg(cb::shared_ptr< GDBWatch > w, wxWindow *parent)
Definition:
editwatchdlg.cpp:27
EditWatchDlg
Definition:
editwatchdlg.h:13
EditWatchDlg::EndModal
void EndModal(int retCode)
Definition:
editwatchdlg.cpp:53
EditWatchDlg::~EditWatchDlg
virtual ~EditWatchDlg()
Definition:
editwatchdlg.cpp:48
wxWindow
Generated by
1.8.13