Go to the documentation of this file.
34 #ifndef MACHINEDIALOG_HH
35 #define MACHINEDIALOG_HH
38 #include <wx/spinctrl.h>
39 #include <wx/choice.h>
54 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
56 void onOK(wxCommandEvent& event);
57 void onCancel(wxCommandEvent& event);
TTAMachine::Machine * machine
the architecture definition of the estimated processor
TTAMachine::Machine & machine_
The machine to modify.
virtual bool TransferDataToWindow()
void onCancel(wxCommandEvent &event)
wxChoice * endianessChoise_
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onOK(wxCommandEvent &event)
MachineDialog(wxWindow *parent, TTAMachine::Machine &machine)