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);
virtual ~ProximUnitWindow()
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onChoice(wxCommandEvent &event)
static const wxString MODE_HEX
String for the mode choicer hexadecimal mode.
void onSimulationStop(const SimulatorEvent &event)
void onClose(wxCommandEvent &event)
void onProgramLoaded(const SimulatorEvent &event)
static const wxString MODE_INT
String for the mode choicer integer mode.
static const wxString MODE_BIN
String for the mode choicer binary mode.
wxListCtrl * valueList_
List widget for the values.
static const wxString MODE_UNSIGNED
String for the mode choicer unsigned integer mode.
virtual void reinitialize()
wxChoice * modeChoice_
Value display mode choicer widget.
wxChoice * unitChoice_
Unit choicer widget.
SimulatorFrontend * simulator_
Simulator instance .