33#ifndef TTA_PRODE_BUS_ORDER_DIALOG_HH
34#define TTA_PRODE_BUS_ORDER_DIALOG_HH
37#include <wx/listctrl.h>
53 void onUp(wxCommandEvent& event);
54 void onDown(wxCommandEvent& event);
58 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
TTAMachine::Machine * machine
the architecture definition of the estimated processor
void onBusSelectionChanged(wxListEvent &event)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
TTAMachine::Machine & machine_
Machine containing the buses to sort.
virtual ~ProDeBusOrderDialog()
wxListCtrl * list_
List widget for the buses.
void onUp(wxCommandEvent &event)
void onDown(wxCommandEvent &event)