34#ifndef MACHINEDIALOG_HH
35#define MACHINEDIALOG_HH
38#include <wx/spinctrl.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
void onOK(wxCommandEvent &event)
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)