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