24#include <wx/version.h>
30 int aMaximum, wxWindow* aParent,
31 bool aIndeterminateTaskBarStatus,
int aStyle )
33 aMessage == wxEmptyString ? wxString( wxT(
" " ) ) : aMessage,
34 aMaximum, aParent, aStyle ),
47 GetSizer()->Fit(
this );
58 bool diag = APP_PROGRESS_DIALOG_BASE::Update( aValue, aNewMsg, aSkip );
#define APP_PROGRESS_DIALOG_BASE
virtual bool Update(int aValue, const wxString &aNewMsg=wxEmptyString, bool *aSkip=nullptr) override
bool m_indeterminateTaskBarStatus
wxAppProgressIndicator m_appProgressIndicator
APP_PROGRESS_DIALOG(const wxString &aTitle, const wxString &aMessage, int aMaximum=100, wxWindow *aParent=nullptr, bool aIndeterminateTaskBarStatus=false, int aStyle=wxPD_APP_MODAL|wxPD_AUTO_HIDE)
void DrainPendingEvents(long aCategories=wxEVT_CATEGORY_TIMER)
Drain pending events of the given categories from the active event loop.