Go to the documentation of this file.
33 #ifndef TTA_WATCH_PROPERTIES_DIALOG_HH
34 #define TTA_WATCH_PROPERTIES_DIALOG_HH
46 wxWindow* parent, wxWindowID
id,
50 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool call_sizer);
52 void onOK(wxCommandEvent& event);
int handle_
Handle of the watch to modify.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool call_sizer)
WatchPropertiesDialog(wxWindow *parent, wxWindowID id, StopPointManager &manager, int handle)
void onOK(wxCommandEvent &event)
wxTextCtrl * expressionCtrl_
Text widget for the watch expression script.
StopPointManager & manager_
Stop point manager of the simulator.
virtual bool TransferDataToWindow()
wxTextCtrl * conditionCtrl_
Text widget fot the watch condition script.
wxSpinCtrl * ignoreCtrl_
Spin button widget for the watch ignore count.