27#include <wx/process.h>
28#include <wx/msgqueue.h>
50 void onClose( wxCloseEvent& event );
void appendMessage(const wxString &aMessage)
void onThreadInput(wxThreadEvent &)
~DIALOG_EXPORT_STEP_LOG() override
void onProcessTerminate(wxProcessEvent &aEvent)
@ PROCESS_COMPLETE
Informs the thread the process terminate event was received from wx.
@ REQUEST_EXIT
Asks the thread to exit and kill the process.
@ SENTINEL
Just a dummy entry for end of list.
void onClose(wxCloseEvent &event)
wxMessageQueue< STATE_MESSAGE > m_msgQueue
Class DIALOG_EXPORT_STEP_PROCESS_BASE.