Go to the documentation of this file.
32 #ifndef TTA_ADDRESS_SPACES_DIALOG_HH
33 #define TTA_ADDRESS_SPACES_DIALOG_HH
36 #include <wx/listctrl.h>
54 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
57 void onAdd(wxCommandEvent& event);
59 void onEdit(wxCommandEvent& event);
60 void onDelete(wxCommandEvent& event);
void onActivateAS(wxListEvent &event)
AddressSpacesDialog(wxWindow *parent, TTAMachine::Machine *machine)
TTAMachine::Machine * machine
the architecture definition of the estimated processor
void onASRightClick(wxListEvent &event)
TTAMachine::Machine * machine_
Machine containing the address spaces to list.
wxListCtrl * asList_
List control for listing the address spaces.
TTAMachine::AddressSpace * selectedAS()
void onDelete(wxCommandEvent &event)
void onAdd(wxCommandEvent &event)
void onEdit(wxCommandEvent &event)
void onASSelection(wxListEvent &event)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)