Go to the documentation of this file.
34 #ifndef TTA_PROXIM_UNIT_WINDOW_HH
35 #define TTA_PROXIM_UNIT_WINDOW_HH
78 void onChoice(wxCommandEvent& event);
79 void onClose(wxCommandEvent& event);
81 wxWindow* parent,
bool call_fit,
bool set_sizer);
ProximUnitWindow(ProximMainFrame *parent, int id)
virtual ~ProximUnitWindow()
wxChoice * modeChoice_
Value display mode choicer widget.
void onChoice(wxCommandEvent &event)
static const wxString MODE_UNSIGNED
String for the mode choicer unsigned integer mode.
wxChoice * unitChoice_
Unit choicer widget.
wxListCtrl * valueList_
List widget for the values.
static const wxString MODE_INT
String for the mode choicer integer mode.
SimulatorFrontend * simulator_
Simulator instance .
void onClose(wxCommandEvent &event)
virtual void reinitialize()
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onSimulationStop(const SimulatorEvent &event)
static const wxString MODE_HEX
String for the mode choicer hexadecimal mode.
static const wxString MODE_BIN
String for the mode choicer binary mode.
void onProgramLoaded(const SimulatorEvent &event)