24#ifndef __APP_PROGRESS_REPORTER
25#define __APP_PROGRESS_REPORTER
27#include <wx/progdlg.h>
28#include <wx/appprogress.h>
37 wxWindow* aParent =
nullptr,
bool aIndeterminateTaskBarStatus =
false,
38 int aStyle = wxPD_APP_MODAL | wxPD_AUTO_HIDE );
40 virtual bool Update(
int aValue,
const wxString& aNewMsg = wxEmptyString,
41 bool* aSkip =
nullptr )
override;
wxProgressDialog with the option to also update the application progress on the taskbar
virtual bool Update(int aValue, const wxString &aNewMsg=wxEmptyString, bool *aSkip=nullptr) override
bool m_indeterminateTaskBarStatus
wxAppProgressIndicator m_appProgressIndicator