Go to the documentation of this file.
33 #ifndef TTA_PROXIM_BREAKPOINT_WINDOW
34 #define TTA_PROXIM_BREAKPOINT_WINDOW
37 #include <wx/listctrl.h>
54 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
56 wxWindow* parent,
bool call_fit =
true,
bool set_sizer =
true);
58 wxWindow* parent,
bool call_fit =
true,
bool set_sizer =
true);
60 void onClose(wxCommandEvent& event);
101 DECLARE_EVENT_TABLE()
wxListCtrl * breakpointList_
List widget for breakpoints.
wxListCtrl * watchList_
List widget for watches.
void onDeleteBreakpoint(wxCommandEvent &event)
void onBreakpointProperties(wxCommandEvent &event)
virtual ~ProximBreakpointWindow()
wxSizer * createBreakpointTab(wxWindow *parent, bool call_fit=true, bool set_sizer=true)
void onDeleteWatch(wxCommandEvent &event)
void onWatchProperties(wxCommandEvent &event)
std::map< unsigned, unsigned > bpListItemHandle_
Map for translating breakpoint list item numbers to stop point handles.
void onBreakpointLookup(wxCommandEvent &event)
void onBreakpointSelection(wxListEvent &event)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onAddWatch(wxCommandEvent &event)
@ ID_BREAKPOINT_PROPERTIES
void onBreakpointsModified(SimulatorEvent &event)
ProximBreakpointWindow(ProximMainFrame *parent, wxWindowID id)
std::map< unsigned, unsigned > watchListItemHandle_
Map for translating watch list item numbers to stop point handles.
void onAddBreakpoint(wxCommandEvent &event)
void onClose(wxCommandEvent &event)
wxSizer * createWatchTab(wxWindow *parent, bool call_fit=true, bool set_sizer=true)