Go to the documentation of this file.
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);
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onBusSelectionChanged(wxListEvent &event)
TTAMachine::Machine * machine
the architecture definition of the estimated processor
wxListCtrl * list_
List widget for the buses.
void onDown(wxCommandEvent &event)
ProDeBusOrderDialog(wxWindow *parent, TTAMachine::Machine &machine)
TTAMachine::Machine & machine_
Machine containing the buses to sort.
void onUp(wxCommandEvent &event)
virtual ~ProDeBusOrderDialog()