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);
 
 
void onOK(wxCommandEvent &event)
StopPointManager & manager_
Stop point manager of the simulator.
int handle_
Handle of the watch to modify.
wxTextCtrl * conditionCtrl_
Text widget fot the watch condition script.
wxSpinCtrl * ignoreCtrl_
Spin button widget for the watch ignore count.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool call_sizer)
wxTextCtrl * expressionCtrl_
Text widget for the watch expression script.
virtual bool TransferDataToWindow()