25#ifndef DOWNLOAD_MGR_H__
26#define DOWNLOAD_MGR_H__
29#include <wx/progdlg.h>
32#include "model/downloader.h"
36wxDECLARE_EVENT(EVT_PLUGINS_RELOAD, wxCommandEvent);
45 wxWindow* GetRealParent() {
return m_parent; }
54 wxProgressDialog* m_dialog;
60 std::string run(wxWindow* parent,
bool remove_current);
61 void on_chunk(
const char* buff,
unsigned bytes)
override;
62 void showErrorDialog(
const char* msg);
Datatypes and methods to parse ocpn-plugins.xml XML data, either complete catalog or a single plugin.
Handle downloading of files from remote urls.
Downloader with progress and final message dialogs.
void on_chunk(const char *buff, unsigned bytes) override
Called when given bytes has been transferred from remote.
Dialog for downloading plugins.