26#include <wx/progdlg.h>
28#include "../core/tmpercent.h"
38int CPL_STDCALL GDALUpdateSimple(
double dfComplete,
const char* pszMessage,
void* pProgressArg);
42 wxProgressDialog* m_ProgressWnd;
53 inline const bool GetContinue()
const;
55 void UpdateProgress();
58inline tmPercent* vrProgressSimple::GetPercent() {
62inline const bool vrProgressSimple::GetContinue()
const {
Definition tmpercent.h:36
Definition vrprogress.h:40
Definition vrprogress.h:31