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);
 
 
TTAMachine::Machine * machine
the architecture definition of the estimated processor
 
void onActivateAS(wxListEvent &event)
 
void onDelete(wxCommandEvent &event)
 
wxListCtrl * asList_
List control for listing the address spaces.
 
void onASRightClick(wxListEvent &event)
 
TTAMachine::Machine * machine_
Machine containing the address spaces to list.
 
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
 
void onAdd(wxCommandEvent &event)
 
void onEdit(wxCommandEvent &event)
 
TTAMachine::AddressSpace * selectedAS()
 
void onASSelection(wxListEvent &event)