OpenCPN Partial API docs
|
Implement download_mgr.h – generic GUI downloads tool. More...
#include "config.h"
#include "download_mgr.h"
#include <fstream>
#include <set>
#include <sstream>
#include <wx/bitmap.h>
#include <wx/button.h>
#include <wx/debug.h>
#include <wx/file.h>
#include <wx/image.h>
#include <wx/log.h>
#include <wx/panel.h>
#include <wx/progdlg.h>
#include <wx/sizer.h>
#include <wx/statline.h>
#include <wx/uri.h>
#include "model/downloader.h"
#include "model/plugin_cache.h"
#include "model/plugin_handler.h"
#include "model/semantic_vers.h"
#include "model/svg_utils.h"
#include "catalog_mgr.h"
#include "expand_icon.h"
#include "ocpn_platform.h"
#include "picosha2.h"
#include "pluginmanager.h"
#include "styles.h"
Go to the source code of this file.
Functions | |
wxDEFINE_EVENT (EVT_PLUGINS_RELOAD, wxCommandEvent) | |
Implement download_mgr.h – generic GUI downloads tool.
Definition in file download_mgr.cpp.