Code::Blocks
SVN r11506
|
#include <editbreakpointdlg.h>
Public Member Functions | |
EditBreakpointDlg (const DebuggerBreakpoint &breakpoint, wxWindow *parent=0) | |
virtual | ~EditBreakpointDlg () |
const DebuggerBreakpoint & | GetBreakpoint () const |
Public Member Functions inherited from wxScrollingDialog | |
wxScrollingDialog () | |
wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=_("dialogBox")) | |
Public Member Functions inherited from wxDialog | |
virtual int | ShowModal () |
Protected Member Functions | |
void | OnUpdateUI (wxUpdateUIEvent &event) |
void | EndModal (int retCode) |
Protected Attributes | |
DebuggerBreakpoint | m_breakpoint |
Definition at line 12 of file editbreakpointdlg.h.
EditBreakpointDlg::EditBreakpointDlg | ( | const DebuggerBreakpoint & | breakpoint, |
wxWindow * | parent = 0 |
||
) |
Definition at line 29 of file editbreakpointdlg.cpp.
References _T, wxXmlResource::Get(), and wxXmlResource::LoadObject().
|
virtual |
Definition at line 46 of file editbreakpointdlg.cpp.
|
protected |
Definition at line 51 of file editbreakpointdlg.cpp.
References CleanStringValue(), DebuggerBreakpoint::condition, DebuggerBreakpoint::enabled, ScriptBindings::EndModal(), DebuggerBreakpoint::ignoreCount, m_breakpoint, DebuggerBreakpoint::useCondition, DebuggerBreakpoint::useIgnoreCount, and wxID_OK.
Referenced by GetBreakpoint().
|
inline |
Definition at line 18 of file editbreakpointdlg.h.
References EndModal(), m_breakpoint, and OnUpdateUI().
Referenced by DebuggerGDB::UpdateBreakpoint().
|
protected |
Definition at line 64 of file editbreakpointdlg.cpp.
Referenced by GetBreakpoint().
|
protected |
Definition at line 23 of file editbreakpointdlg.h.
Referenced by EndModal(), and GetBreakpoint().