34#ifndef TTA_PROXIM_MEMORY_WINDOW_HH
35#define TTA_PROXIM_MEMORY_WINDOW_HH
wxStaticBoxSizer * addressRangeSizer_
Sizer for address range widgets.
MemoryControl * memoryControl_
MemoryControl widget which displays the memory contents.
void onProgramLoaded(const SimulatorEvent &event)
wxBoxSizer * sizer_
Toplevel sizer for the window widgets.
wxStaticText * asInfoText_
Static text control displaying address space information.
void onASChoice(wxCommandEvent &event)
MemorySystem * memorySystem_
Memory system to display in teh window.
SimulatorFrontend * simulator_
Simulator instance which contains the memory system to display.
virtual ~ProximMemoryWindow()
void onDisplayRangeChoice(wxCommandEvent &event)
wxChoice * asChoice_
Address space choicer widget.
void loadMemory(const TTAMachine::AddressSpace &as)
void onSimulationStop(const SimulatorEvent &event)