6 #ifndef BREAKPOINTSDLG_H 7 #define BREAKPOINTSDLG_H 77 typedef std::vector<Item>
Items;
90 #endif // BREAKPOINTSDLG_H void OnBreakpointEdit(CodeBlocksEvent &event)
Items::iterator FindBreakpoint(const wxString &filename, int line)
Base class for debugger plugins.
void OnRemoveAll(wxCommandEvent &event)
void RemoveAllBreakpoints()
void OnShowTemp(wxCommandEvent &event)
void OnBreakpointAdd(CodeBlocksEvent &event)
void OnUpdateUI(wxUpdateUIEvent &event)
void BreakpointProperties(const Item &item)
bool RemoveBreakpoint(cbDebuggerPlugin *plugin, const wxString &filename, int line)
void OnEnable(wxCommandEvent &event)
A generic Code::Blocks event.
cb::shared_ptr< cbBreakpoint > breakpoint
std::vector< Item > Items
void OnDoubleClick(wxListEvent &event)
cbDebuggerPlugin * plugin
void OnOpen(wxCommandEvent &event)
void EnableBreakpoint(const wxString &filename, int line, bool enable)
Item(const cb::shared_ptr< cbBreakpoint > &breakpoint_in, cbDebuggerPlugin *plugin_in, wxString const &pluginName_in)
void OnRightClick(wxListEvent &event)
bool AddBreakpoint(cbDebuggerPlugin *plugin, const wxString &filename, int line)
void OnRemove(wxCommandEvent &event)
void OnKeyUp(wxKeyEvent &event)
void EditBreakpoint(const wxString &filename, int line)
void OnProperties(wxCommandEvent &event)