Go to the documentation of this file.
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()
wxChoice * busChoice_
Bus choicer for bus watch.
virtual ~AddWatchDialog()
void onRFChoice(wxCommandEvent &event)
void onASChoice(wxCommandEvent &event)
void onOK(wxCommandEvent &event)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
wxChoice * fuChoice_
Function unit choicer for port watch.
wxChoice * rfChoice_
Register file choicer for register watch.
void onWatchTypeChange(wxCommandEvent &event)
wxChoice * portChoice_
Port choicer for port watch.
void onFUChoice(wxCommandEvent &event)
AddWatchDialog(wxWindow *parent, wxWindowID id, Watch *watch=NULL)
wxSpinCtrl * startAddressCtrl_
Start address widget for memory watch.
wxChoice * asChoice_
Address space choicer for memory watch.
wxSpinCtrl * endAddressCtrl_
End adderss widget for memory watch.
wxChoice * indexChoice_
Register index choicer for register watch.