33#ifndef TTA_WATCH_DIALOG_HH
34#define TTA_WATCH_DIALOG_HH
53 void onOK(wxCommandEvent& event);
54 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
105 DECLARE_EVENT_TABLE()
wxSpinCtrl * endAddressCtrl_
End adderss widget for memory watch.
wxChoice * fuChoice_
Function unit choicer for port watch.
wxChoice * asChoice_
Address space choicer for memory watch.
void onASChoice(wxCommandEvent &event)
virtual ~AddWatchDialog()
void onOK(wxCommandEvent &event)
wxChoice * portChoice_
Port choicer for port watch.
void onWatchTypeChange(wxCommandEvent &event)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
wxSpinCtrl * startAddressCtrl_
Start address widget for memory watch.
void onRFChoice(wxCommandEvent &event)
void onFUChoice(wxCommandEvent &event)
wxChoice * rfChoice_
Register file choicer for register watch.
wxChoice * indexChoice_
Register index choicer for register watch.
wxChoice * busChoice_
Bus choicer for bus watch.