Developer Resources
wxWebProgressBase
Overview
The wxWebProgressBase class is used to get information about the progress of a download. Progress information receivers should derive from this class and override the desired methods.
Methods
- wxWebProgressBase::Cancel
- wxWebProgressBase::IsCancelled
- wxWebProgressBase::OnError
- wxWebProgressBase::OnFinish
- wxWebProgressBase::OnProgressChange
- wxWebProgressBase::OnStart
- wxWebProgressBase::OnStartRequest
wxWebProgressBase::Cancel
- void wxWebProgressBase::Cancel()
wxWebProgressBase::IsCancelled
- bool wxWebProgressBase::IsCancelled()
wxWebProgressBase::OnError
- void wxWebProgressBase::OnError()
wxWebProgressBase::OnFinish
- void wxWebProgressBase::OnFinish()
wxWebProgressBase::OnProgressChange
- void wxWebProgressBase::OnProgressChange(wxLongLong cur_progress, wxLongLong max_progress)
wxWebProgressBase::OnStart
- void wxWebProgressBase::OnStart()
wxWebProgressBase::OnStartRequest
- void wxWebProgressBase::Init(const wxString& url, const wxString& suggested_filename)