27#ifndef WX_PROGRESS_REPORTERS_H
28#define WX_PROGRESS_REPORTERS_H
30#include <wx/progdlg.h>
32#include <wx/appprogress.h>
61 bool aCanAbort =
true,
bool aReserveSpaceForMessage =
true );
67 void SetTitle(
const wxString& aTitle )
override
69 wxProgressDialog::SetTitle( aTitle );
This implements all the tricky bits for thread safety, but the GUI is left to derived classes.
Multi-thread safe progress reporter dialog, intended for use of tasks that parallel reporting back of...
void SetTitle(const wxString &aTitle) override
Change the title displayed on the window caption.
wxAppProgressIndicator m_appProgressIndicator