33#ifndef TTA_RESULT_DIALOG_HH
34#define TTA_RESULT_DIALOG_HH
39#include <wx/textctrl.h>
48 std::vector<std::string> output,
49 const std::string& title,
50 const std::string& module =
"");
59 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
62 void onOpen(wxCommandEvent& event);
ResultDialog operator=(const ResultDialog &)
Assignment not allowed.
virtual bool TransferDataToWindow()
ResultDialog(const ResultDialog &)
Copying not allowed.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
std::string module_
Module which was compiled or empty string, if all modules were compiled.
void onOpen(wxCommandEvent &event)
wxTextCtrl * result_
Result window pointer.
std::vector< std::string > output_
Output of compilation.