Go to the documentation of this file.
33 #ifndef TTA_VALIDATE_MACHINE_DIALOG_HH
34 #define TTA_VALIDATE_MACHINE_DIALOG_HH
54 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
56 void onClose(wxCommandEvent& event);
57 void onCheck(wxCommandEvent& event);
@ ID_CHECK_GLOBAL_CONN_REGISTER
void onValidate(wxCommandEvent &event)
void onClose(wxCommandEvent &event)
wxHtmlWindow * resultsWindow_
HTML-widget for validation result texts.
TTAMachine::Machine * machine
the architecture definition of the estimated processor
wxCheckBox * checkGlobalConnReg_
ValidateMachineDialog(wxWindow *parent, const TTAMachine::Machine &machine)
void onCheck(wxCommandEvent &event)
const TTAMachine::Machine & machine_
Machine to be validated.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)